Merging 4.1 to 5.0.
BitKeeper/etc/ignore: auto-union BitKeeper/etc/logging_ok: auto-union client/mysqltest.c: Auto merged configure.in: Auto merged include/my_sys.h: Auto merged include/mysql_com.h: Auto merged libmysql/libmysql.c: Auto merged libmysqld/Makefile.am: Auto merged libmysqld/lib_sql.cc: Auto merged myisam/mi_check.c: Auto merged myisam/myisamchk.c: Auto merged myisam/myisamdef.h: Auto merged mysql-test/r/func_group.result: Auto merged mysql-test/r/func_time.result: Auto merged mysql-test/r/null.result: Auto merged mysql-test/r/query_cache.result: Auto merged mysql-test/r/rpl_server_id2.result: Auto merged mysql-test/r/select.result: Auto merged mysql-test/r/subselect.result: Auto merged mysql-test/r/variables.result: Auto merged mysql-test/t/rpl000015.test: Auto merged mysql-test/t/rpl_error_ignored_table.test: Auto merged mysql-test/t/rpl_log.test: Auto merged mysql-test/t/rpl_log_pos.test: Auto merged mysql-test/t/rpl_max_relay_size.test: Auto merged mysql-test/t/rpl_relayrotate.test: Auto merged mysql-test/t/rpl_rotate_logs.test: Auto merged mysql-test/t/rpl_server_id2.test: Auto merged mysql-test/t/subselect.test: Auto merged mysql-test/t/variables.test: Auto merged mysys/my_pthread.c: Auto merged netware/BUILD/compile-netware-all: Auto merged netware/BUILD/compile-netware-standard: Auto merged netware/BUILD/mwenv: Auto merged netware/Makefile.am: Auto merged netware/my_manage.c: Auto merged netware/my_manage.h: Auto merged netware/mysql_test_run.c: Auto merged scripts/mysql_install_db.sh: Auto merged sql/Makefile.am: Auto merged sql/ha_berkeley.cc: Auto merged sql/ha_berkeley.h: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_innodb.h: Auto merged sql/ha_myisam.cc: Auto merged sql/handler.cc: Auto merged sql/handler.h: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_func.cc: Auto merged sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged sql/item_timefunc.cc: Auto merged sql/lock.cc: Auto merged sql/mysql_priv.h: Auto merged sql/opt_range.cc: Auto merged sql/protocol.cc: Auto merged sql/protocol.h: Auto merged sql/repl_failsafe.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_cache.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_db.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_select.h: Auto merged sql/sql_show.cc: Auto merged sql/sql_string.cc: Auto merged sql/sql_string.h: Auto merged sql/sql_table.cc: Auto merged sql/sql_union.cc: Auto merged sql/sql_yacc.yy: Auto merged tests/client_test.c: Auto merged
@ -2,6 +2,7 @@
|
|||||||
*.bb
|
*.bb
|
||||||
*.bbg
|
*.bbg
|
||||||
*.core
|
*.core
|
||||||
|
*.d
|
||||||
*.da
|
*.da
|
||||||
*.gcov
|
*.gcov
|
||||||
*.la
|
*.la
|
||||||
@ -331,6 +332,7 @@ libmysqld/convert.cc
|
|||||||
libmysqld/derror.cc
|
libmysqld/derror.cc
|
||||||
libmysqld/discover.cc
|
libmysqld/discover.cc
|
||||||
libmysqld/errmsg.c
|
libmysqld/errmsg.c
|
||||||
|
libmysqld/examples/client_test.c
|
||||||
libmysqld/examples/completion_hash.cc
|
libmysqld/examples/completion_hash.cc
|
||||||
libmysqld/examples/completion_hash.h
|
libmysqld/examples/completion_hash.h
|
||||||
libmysqld/examples/link_sources
|
libmysqld/examples/link_sources
|
||||||
@ -632,6 +634,8 @@ ndb/bin/test_cpcd
|
|||||||
ndb/bin/test_event
|
ndb/bin/test_event
|
||||||
ndb/bin/verify_index
|
ndb/bin/verify_index
|
||||||
ndb/bin/waiter
|
ndb/bin/waiter
|
||||||
|
ndb/config/autom4te.cache/*
|
||||||
|
ndb/config/config.mk
|
||||||
ndb/examples/ndbapi_example1/ndbapi_example1
|
ndb/examples/ndbapi_example1/ndbapi_example1
|
||||||
ndb/examples/ndbapi_example2/ndbapi_example2
|
ndb/examples/ndbapi_example2/ndbapi_example2
|
||||||
ndb/examples/ndbapi_example3/ndbapi_example3
|
ndb/examples/ndbapi_example3/ndbapi_example3
|
||||||
@ -645,6 +649,8 @@ ndb/lib/libNEWTON_BASICTEST_COMMON.so
|
|||||||
ndb/lib/libREP_API.so
|
ndb/lib/libREP_API.so
|
||||||
ndb/lib/libndbclient.so
|
ndb/lib/libndbclient.so
|
||||||
ndb/lib/libndbclient_extra.so
|
ndb/lib/libndbclient_extra.so
|
||||||
|
ndb/src/common/mgmcommon/printConfig/*.d
|
||||||
|
ndb/src/mgmclient/test_cpcd/*.d
|
||||||
pull.log
|
pull.log
|
||||||
regex/re
|
regex/re
|
||||||
repl-tests/test-repl-ts/repl-timestamp.master.reject
|
repl-tests/test-repl-ts/repl-timestamp.master.reject
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
path=`dirname $0`
|
path=`dirname $0`
|
||||||
. "$path/SETUP.sh"
|
. "$path/SETUP.sh"
|
||||||
|
|
||||||
extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify"
|
extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
|
||||||
c_warnings="$c_warnings $debug_extra_warnings"
|
c_warnings="$c_warnings $debug_extra_warnings"
|
||||||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||||
extra_configs="$pentium_configs $debug_configs"
|
extra_configs="$pentium_configs $debug_configs"
|
||||||
|
@ -33,6 +33,7 @@ dlenev@build.mysql.com
|
|||||||
dlenev@jabberwock.localdomain
|
dlenev@jabberwock.localdomain
|
||||||
dlenev@mysql.com
|
dlenev@mysql.com
|
||||||
ejonore@mc03.ndb.mysql.com
|
ejonore@mc03.ndb.mysql.com
|
||||||
|
georg@beethoven.local
|
||||||
gerberb@ou800.zenez.com
|
gerberb@ou800.zenez.com
|
||||||
gluh@gluh.(none)
|
gluh@gluh.(none)
|
||||||
gluh@gluh.mysql.r18.ru
|
gluh@gluh.mysql.r18.ru
|
||||||
@ -106,15 +107,18 @@ monty@tik.
|
|||||||
monty@tik.mysql.fi
|
monty@tik.mysql.fi
|
||||||
monty@tramp.mysql.fi
|
monty@tramp.mysql.fi
|
||||||
monty@work.mysql.com
|
monty@work.mysql.com
|
||||||
|
msvensson@build.mysql.com
|
||||||
mwagner@cash.mwagner.org
|
mwagner@cash.mwagner.org
|
||||||
mwagner@evoq.mwagner.org
|
mwagner@evoq.mwagner.org
|
||||||
mwagner@work.mysql.com
|
mwagner@work.mysql.com
|
||||||
mydev@mysql.com
|
mydev@mysql.com
|
||||||
mysql@home.(none)
|
mysql@home.(none)
|
||||||
mysqldev@build.mysql2.com
|
mysqldev@build.mysql2.com
|
||||||
|
ndbdev@ndbmaster.mysql.com
|
||||||
nick@mysql.com
|
nick@mysql.com
|
||||||
nick@nick.leippe.com
|
nick@nick.leippe.com
|
||||||
papa@gbichot.local
|
papa@gbichot.local
|
||||||
|
patg@krsna.patg.net
|
||||||
paul@central.snake.net
|
paul@central.snake.net
|
||||||
paul@ice.local
|
paul@ice.local
|
||||||
paul@ice.snake.net
|
paul@ice.snake.net
|
||||||
@ -164,10 +168,13 @@ tim@work.mysql.com
|
|||||||
timour@mysql.com
|
timour@mysql.com
|
||||||
tom@basil-firewall.home.com
|
tom@basil-firewall.home.com
|
||||||
tomas@mc05.(none)
|
tomas@mc05.(none)
|
||||||
|
tomas@poseidon.(none)
|
||||||
tonu@hundin.mysql.fi
|
tonu@hundin.mysql.fi
|
||||||
tonu@volk.internalnet
|
tonu@volk.internalnet
|
||||||
tonu@x153.internalnet
|
tonu@x153.internalnet
|
||||||
tonu@x3.internalnet
|
tonu@x3.internalnet
|
||||||
|
tsmith@build.mysql.com
|
||||||
|
tulin@build.mysql.com
|
||||||
ulli@morbus.(none)
|
ulli@morbus.(none)
|
||||||
venu@hundin.mysql.fi
|
venu@hundin.mysql.fi
|
||||||
venu@myvenu.com
|
venu@myvenu.com
|
||||||
|
@ -11,7 +11,7 @@ $opt_distribution=$opt_user=$opt_config_env="";
|
|||||||
$opt_dbd_options=$opt_perl_options=$opt_config_options=$opt_make_options=$opt_suffix="";
|
$opt_dbd_options=$opt_perl_options=$opt_config_options=$opt_make_options=$opt_suffix="";
|
||||||
$opt_tmp=$opt_version_suffix="";
|
$opt_tmp=$opt_version_suffix="";
|
||||||
$opt_help=$opt_delete=$opt_debug=$opt_stage=$opt_no_test=$opt_no_perl=$opt_with_low_memory=$opt_fast_benchmark=$opt_static_client=$opt_static_server=$opt_static_perl=$opt_sur=$opt_with_small_disk=$opt_local_perl=$opt_tcpip=$opt_build_thread=$opt_use_old_distribution=$opt_enable_shared=$opt_no_crash_me=$opt_no_strip=$opt_with_cluster=$opt_with_debug=$opt_no_benchmark=$opt_no_mysqltest=$opt_without_embedded=$opt_readline=0;
|
$opt_help=$opt_delete=$opt_debug=$opt_stage=$opt_no_test=$opt_no_perl=$opt_with_low_memory=$opt_fast_benchmark=$opt_static_client=$opt_static_server=$opt_static_perl=$opt_sur=$opt_with_small_disk=$opt_local_perl=$opt_tcpip=$opt_build_thread=$opt_use_old_distribution=$opt_enable_shared=$opt_no_crash_me=$opt_no_strip=$opt_with_cluster=$opt_with_debug=$opt_no_benchmark=$opt_no_mysqltest=$opt_without_embedded=$opt_readline=0;
|
||||||
$opt_innodb=$opt_bdb=$opt_raid=$opt_libwrap=0;
|
$opt_innodb=$opt_bdb=$opt_raid=$opt_libwrap=$opt_clearlogs=$opt_without_ndbcluster=0;
|
||||||
|
|
||||||
GetOptions(
|
GetOptions(
|
||||||
"bdb",
|
"bdb",
|
||||||
@ -56,6 +56,8 @@ GetOptions(
|
|||||||
"with-other-libc=s",
|
"with-other-libc=s",
|
||||||
"with-small-disk",
|
"with-small-disk",
|
||||||
"without-embedded",
|
"without-embedded",
|
||||||
|
"clearlogs",
|
||||||
|
"without-ndbcluster",
|
||||||
) || usage();
|
) || usage();
|
||||||
|
|
||||||
usage() if ($opt_help);
|
usage() if ($opt_help);
|
||||||
@ -140,7 +142,7 @@ $slave_port=$mysql_tcp_port+16;
|
|||||||
$manager_port=$mysql_tcp_port+1;
|
$manager_port=$mysql_tcp_port+1;
|
||||||
$mysqladmin_args="--no-defaults -u root --connect_timeout=5 --shutdown_timeout=20";
|
$mysqladmin_args="--no-defaults -u root --connect_timeout=5 --shutdown_timeout=20";
|
||||||
|
|
||||||
if ($opt_stage == 0)
|
if ($opt_stage == 0 || $opt_clearlogs)
|
||||||
{
|
{
|
||||||
system("mkdir Logs") if (! -d "Logs");
|
system("mkdir Logs") if (! -d "Logs");
|
||||||
system("mv $log ${log}-old") if (-f $log);
|
system("mv $log ${log}-old") if (-f $log);
|
||||||
@ -237,6 +239,7 @@ if ($opt_stage <= 1)
|
|||||||
$opt_config_options.= " --with-raid" if ($opt_raid);
|
$opt_config_options.= " --with-raid" if ($opt_raid);
|
||||||
$opt_config_options.= " --with-readline" if ($opt_readline);
|
$opt_config_options.= " --with-readline" if ($opt_readline);
|
||||||
$opt_config_options.= " --with-embedded-server" unless ($opt_without_embedded);
|
$opt_config_options.= " --with-embedded-server" unless ($opt_without_embedded);
|
||||||
|
$opt_config_options.= " --without-ndbcluster" if ($opt_without_ndbcluster);
|
||||||
$opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster);
|
$opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster);
|
||||||
|
|
||||||
# Only enable InnoDB when requested (required to be able to
|
# Only enable InnoDB when requested (required to be able to
|
||||||
|
@ -95,6 +95,7 @@ $SI_DESC= <$SUPFILEDIR/StartupItem.Description.plist>;
|
|||||||
$SI_PARAMS= <$SUPFILEDIR/StartupParameters.plist>;
|
$SI_PARAMS= <$SUPFILEDIR/StartupParameters.plist>;
|
||||||
$SI_POST= <$SUPFILEDIR/StartupItem.postinstall>;
|
$SI_POST= <$SUPFILEDIR/StartupItem.postinstall>;
|
||||||
$SI_NAME= "MySQLStartupItem";
|
$SI_NAME= "MySQLStartupItem";
|
||||||
|
$SI_DIR_NAME= "MySQLCOM";
|
||||||
$SI_SCRIPT= <$SUPFILEDIR/MySQL>;
|
$SI_SCRIPT= <$SUPFILEDIR/MySQL>;
|
||||||
@RESOURCES= qw/ ReadMe.txt postinstall preinstall /;
|
@RESOURCES= qw/ ReadMe.txt postinstall preinstall /;
|
||||||
@LICENSES= ("$SRCBASEDIR/COPYING","$SRCBASEDIR/MySQLEULA.txt");
|
@LICENSES= ("$SRCBASEDIR/COPYING","$SRCBASEDIR/MySQLEULA.txt");
|
||||||
@ -195,16 +196,18 @@ unless ($opt_skip_si)
|
|||||||
&logger("Cleaning up $RESOURCE_DIR");
|
&logger("Cleaning up $RESOURCE_DIR");
|
||||||
&run_command("rm -rf $RESOURCE_DIR/*", "Unable to clean up $RESOURCE_DIR!");
|
&run_command("rm -rf $RESOURCE_DIR/*", "Unable to clean up $RESOURCE_DIR!");
|
||||||
|
|
||||||
&logger("Installing MySQL StartupItem files into $PKGROOT/MySQL");
|
my $SI_DIR= $PKGROOT . "/" . $SI_DIR_NAME;
|
||||||
|
&logger("Installing MySQL StartupItem files into $SI_DIR");
|
||||||
unless($opt_dry_run)
|
unless($opt_dry_run)
|
||||||
{
|
{
|
||||||
mkdir("$PKGROOT/MySQL") or &abort("Error creating $PKGROOT/MySQL");
|
mkdir("$SI_DIR")
|
||||||
copy("$SI_SCRIPT", "$PKGROOT/MySQL/")
|
or &abort("Error creating $SI_DIR");
|
||||||
|
copy("$SI_SCRIPT", "$SI_DIR/")
|
||||||
or &abort("Error copying $SI_SCRIPT!");
|
or &abort("Error copying $SI_SCRIPT!");
|
||||||
chmod(0755, "$PKGROOT/MySQL/" . basename("$SI_SCRIPT"));
|
chmod(0755, "$SI_DIR/" . basename("$SI_SCRIPT"));
|
||||||
copy("$SI_PARAMS", "$PKGROOT/MySQL/")
|
copy("$SI_PARAMS", "$SI_DIR/")
|
||||||
or &abort("Error copying $SI_PARAMS!");
|
or &abort("Error copying $SI_PARAMS!");
|
||||||
chmod(0644, "$PKGROOT/MySQL/" . basename("$SI_PARAMS"));
|
chmod(0644, "$SI_DIR/" . basename("$SI_PARAMS"));
|
||||||
&run_command("chown -R root:wheel $PKGROOT/*", "Cannot chown $PKGROOT!");
|
&run_command("chown -R root:wheel $PKGROOT/*", "Cannot chown $PKGROOT!");
|
||||||
copy("$SI_POST", "$RESOURCE_DIR/postinstall")
|
copy("$SI_POST", "$RESOURCE_DIR/postinstall")
|
||||||
or &abort("Error copying $SI_POST!");
|
or &abort("Error copying $SI_POST!");
|
||||||
|
@ -93,7 +93,7 @@ sub add_copyright
|
|||||||
{
|
{
|
||||||
$start_copyright="/* ";
|
$start_copyright="/* ";
|
||||||
$line_copyright= " ";
|
$line_copyright= " ";
|
||||||
$end_copyright= " */";
|
$end_copyright= "*/";
|
||||||
}
|
}
|
||||||
elsif ($ARGV =~ /-x86\.s$/)
|
elsif ($ARGV =~ /-x86\.s$/)
|
||||||
{
|
{
|
||||||
|
19
VC++Files/README.build-files
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Some notes about building MySQL with VC++
|
||||||
|
|
||||||
|
- After bulding all projects, you get the files in the following directories:
|
||||||
|
|
||||||
|
Directory Content
|
||||||
|
|
||||||
|
lib_debug Debug libraries
|
||||||
|
lib_release Release libraries
|
||||||
|
lib_classic Embedded server libraries for classic
|
||||||
|
lib_pro Embedded server libraries for pro
|
||||||
|
client_debug Debug executables
|
||||||
|
client_release Client release
|
||||||
|
client_classic Commerical binaries (classic)
|
||||||
|
client_pro Commerical binaries (unique for pro version)
|
||||||
|
include Include files
|
||||||
|
|
||||||
|
The copy_mysql_files.bat script can be used to copy the generated
|
||||||
|
files to c:\mysql
|
||||||
|
|
@ -55,8 +55,8 @@ LIB32=xilink6.exe -lib
|
|||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "bdb___Win32_Max"
|
# PROP BASE Output_Dir "max"
|
||||||
# PROP BASE Intermediate_Dir "bdb___Win32_Max"
|
# PROP BASE Intermediate_Dir "max"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
@ -65,7 +65,7 @@ LIB32=xilink6.exe -lib
|
|||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../bdb/build_win32" /I "../bdb/include" /D "__WIN32__" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../bdb/build_win32" /I "../bdb/include" /D "__WIN32__" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
|
||||||
# SUBTRACT BASE CPP /Fr
|
# SUBTRACT BASE CPP /Fr
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../bdb" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /Fo"mysys___Win32_Max/" /Fd"mysys___Win32_Max/" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../bdb" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D MYSQL_SERVER_SUFFIX=-max /Fo"max/" /Fd"max/" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysql - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysql - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysql - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysql - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysql - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysql - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -79,12 +80,42 @@ LINK32=xilink6.exe
|
|||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysql.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysql.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysql - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysql___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysql___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /WX /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /WX /O2 /I "../include" /I "../" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /debug /machine:I386 /out:"../client_release/mysql.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT BASE LINK32 /incremental:yes
|
||||||
|
# ADD LINK32 mysqlclient.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:console /debug /machine:I386 /out:"../client_classic/mysql.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /incremental:yes
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysql - Win32 Release"
|
# Name "mysql - Win32 Release"
|
||||||
# Name "mysql - Win32 Debug"
|
# Name "mysql - Win32 Debug"
|
||||||
|
# Name "mysql - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\completion_hash.cpp
|
SOURCE=.\completion_hash.cpp
|
||||||
@ -99,6 +130,11 @@ SOURCE=.\mysql.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysql - Win32 Debug"
|
!ELSEIF "$(CFG)" == "mysql - Win32 Debug"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysql - Win32 classic"
|
||||||
|
|
||||||
|
# ADD BASE CPP /Zi /O2
|
||||||
|
# ADD CPP /Zi /O2
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqladmin - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqladmin - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqladmin - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqladmin - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqladmin - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqladmin - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
@ -78,12 +79,40 @@ LINK32=xilink6.exe
|
|||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqladmin.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqladmin.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqladmin - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqladmin___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqladmin___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqladmin.exe" /libpath:"..\lib_release\\"
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqladmin.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqladmin - Win32 Release"
|
# Name "mysqladmin - Win32 Release"
|
||||||
# Name "mysqladmin - Win32 Debug"
|
# Name "mysqladmin - Win32 Debug"
|
||||||
|
# Name "mysqladmin - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\mysqladmin.c
|
SOURCE=.\mysqladmin.c
|
||||||
|
@ -25,7 +25,7 @@ CFG=mysqlclient - Win32 Debug
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "mysqlclient - Win32 Release"
|
!IF "$(CFG)" == "mysqlclient - Win32 Release"
|
||||||
@ -41,14 +41,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib"
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqldump - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqldump - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqldump - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqldump - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqldump - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqldump - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
@ -78,12 +79,40 @@ LINK32=xilink6.exe
|
|||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqldump.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqldump.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqldump - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqldump___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqldump___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqldump.exe" /libpath:"..\lib_release\\"
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqldump.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqldump - Win32 Release"
|
# Name "mysqldump - Win32 Release"
|
||||||
# Name "mysqldump - Win32 Debug"
|
# Name "mysqldump - Win32 Debug"
|
||||||
|
# Name "mysqldump - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\mysqldump.c
|
SOURCE=.\mysqldump.c
|
||||||
@ -95,6 +124,8 @@ SOURCE=.\mysqldump.c
|
|||||||
# ADD CPP /W3
|
# ADD CPP /W3
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqldump - Win32 classic"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqlimport - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqlimport - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlimport - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqlimport - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlimport - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqlimport - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
@ -79,12 +80,42 @@ LINK32=xilink6.exe
|
|||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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 setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlimport.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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 setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlimport.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqlimport - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqlimport___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqlimport___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqlimport.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT BASE LINK32 /incremental:yes
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqlimport.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /incremental:yes
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqlimport - Win32 Release"
|
# Name "mysqlimport - Win32 Release"
|
||||||
# Name "mysqlimport - Win32 Debug"
|
# Name "mysqlimport - Win32 Debug"
|
||||||
|
# Name "mysqlimport - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\mysqlimport.c
|
SOURCE=.\mysqlimport.c
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqlshow - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqlshow - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlshow - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqlshow - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlshow - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqlshow - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
@ -78,12 +79,40 @@ LINK32=xilink6.exe
|
|||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlshow.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlshow.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqlshow - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqlshow___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqlshow___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqlshow.exe" /libpath:"..\lib_release\\"
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqlshow.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqlshow - Win32 Release"
|
# Name "mysqlshow - Win32 Release"
|
||||||
# Name "mysqlshow - Win32 Debug"
|
# Name "mysqlshow - Win32 Debug"
|
||||||
|
# Name "mysqlshow - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\mysqlshow.c
|
SOURCE=.\mysqlshow.c
|
||||||
|
@ -24,7 +24,7 @@ CFG=comp_err - Win32 Release
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
@ -45,9 +45,9 @@ RSC=rc.exe
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /machine:I386
|
# 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 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:console /machine:I386
|
||||||
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\lib_release\mysys.lib wsock32.lib ..\lib_release\strings.lib ..\lib_release\dbug.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"LIBC.lib" /out:"../client_release/comp-err.exe"
|
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\lib_release\mysys.lib wsock32.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"LIBC.lib" /out:"../client_release/comp-err.exe"
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "comp_err - Win32 Release"
|
# Name "comp_err - Win32 Release"
|
||||||
|
80
VC++Files/copy_mysql_files.bat
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
REM stop any conflicting service
|
||||||
|
|
||||||
|
net stop mysql
|
||||||
|
|
||||||
|
REM Copy binaries to c:\mysql
|
||||||
|
REM (We assume we are in build root when executing this script)
|
||||||
|
|
||||||
|
copy lib_debug\libmysql.* c:\mysql\lib\debug
|
||||||
|
copy lib_debug\zlib.* c:\mysql\lib\debug
|
||||||
|
copy lib_debug\mysqlclient.lib c:\mysql\lib\debug
|
||||||
|
|
||||||
|
copy lib_release\mysqlclient.lib c:\mysql\lib\opt
|
||||||
|
copy lib_release\libmysql.* c:\mysql\lib\opt
|
||||||
|
copy lib_release\zlib.* c:\mysql\lib\opt
|
||||||
|
|
||||||
|
IF "%1"=="classic" goto CLASSIC
|
||||||
|
IF "%1"=="pro" goto PRO
|
||||||
|
|
||||||
|
REM GPL binaries
|
||||||
|
|
||||||
|
copy client_release\*.exe c:\mysql\bin
|
||||||
|
copy client_debug\mysqld.exe c:\mysql\bin
|
||||||
|
|
||||||
|
goto REST
|
||||||
|
|
||||||
|
:CLASSIC
|
||||||
|
REM Classic binaries
|
||||||
|
|
||||||
|
copy client_release\*.exe c:\mysql\bin
|
||||||
|
copy client_classic\*.exe c:\mysql\bin
|
||||||
|
copy client_debug\mysqld.exe c:\mysql\bin\mysqld-debug.exe
|
||||||
|
copy lib_classic\*.* c:\mysql\lib\opt
|
||||||
|
|
||||||
|
goto REST
|
||||||
|
|
||||||
|
:PRO
|
||||||
|
REM Pro binaries
|
||||||
|
|
||||||
|
copy client_release\*.exe c:\mysql\bin
|
||||||
|
copy client_classic\*.exe c:\mysql\bin
|
||||||
|
copy client_pro\*.exe c:\mysql\bin
|
||||||
|
copy client_debug\mysqld.exe c:\mysql\bin\mysqld-debug.exe
|
||||||
|
copy lib_pro\*.* c:\mysql\lib\opt
|
||||||
|
|
||||||
|
:REST
|
||||||
|
|
||||||
|
REM
|
||||||
|
REM Copy include files
|
||||||
|
REM
|
||||||
|
|
||||||
|
copy include\mysql*.h c:\mysql\include
|
||||||
|
copy include\errmsg.h c:\mysql\include
|
||||||
|
copy include\my_sys.h c:\mysql\include
|
||||||
|
copy include\my_list.h c:\mysql\include
|
||||||
|
copy include\my_pthread.h c:\mysql\include
|
||||||
|
copy include\my_dbug.h c:\mysql\include
|
||||||
|
copy include\m_string.h c:\mysql\include
|
||||||
|
copy include\m_ctype.h c:\mysql\include
|
||||||
|
copy include\raid.h c:\mysql\include
|
||||||
|
copy include\conf*.h c:\mysql\include
|
||||||
|
copy include\my_global.h c:\mysql\include\my_global.h
|
||||||
|
copy libmysql\libmysql.def c:\mysql\include
|
||||||
|
|
||||||
|
REM Copy test files
|
||||||
|
|
||||||
|
copy libmysqltest\*.* c:\mysql\examples\libmysqltest
|
||||||
|
copy libmysqltest\release\myTest.exe c:\mysql\examples\libmysqltest
|
||||||
|
|
||||||
|
REM Copy share, docs etc
|
||||||
|
|
||||||
|
xcopy share\*.* c:\mysql\share /E /Y
|
||||||
|
xcopy scripts\*.* c:\mysql\scripts /E /Y
|
||||||
|
xcopy docs\*.* c:\mysql\docs /E /Y
|
||||||
|
xcopy sql-bench\*.* c:\mysql\bench /E /Y
|
||||||
|
copy docs\readme c:\mysql\
|
||||||
|
|
||||||
|
REM Copy privilege tables (Delete old ones as they may be from a newer version)
|
||||||
|
|
||||||
|
del c:\mysql\data\mysql\*.* /Q
|
||||||
|
xcopy data\mysql\*.* c:\mysql\data\mysql /E /Y
|
@ -19,13 +19,14 @@ CFG=dbug - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "dbug - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "dbug - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "dbug - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "dbug - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "dbug - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "dbug - Win32 Release"
|
!IF "$(CFG)" == "dbug - Win32 Release"
|
||||||
@ -41,14 +42,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\dbug.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\dbug.lib"
|
||||||
|
|
||||||
@ -72,16 +73,42 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\dbug.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\dbug.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dbug - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "dbug___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "dbug___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "dbug___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "dbug___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "__WIN32__" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "__WIN32__" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_debug\dbug_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_debug\dbug_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "dbug - Win32 Release"
|
# Name "dbug - Win32 Release"
|
||||||
# Name "dbug - Win32 Debug"
|
# Name "dbug - Win32 Debug"
|
||||||
|
# Name "dbug - Win32 TLS_DEBUG"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\dbug.c
|
SOURCE=.\dbug.c
|
||||||
|
@ -19,13 +19,15 @@ CFG=heap - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "heap - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "heap - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "heap - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "heap - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "heap - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "heap - Win32 TLS" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "heap - Win32 Release"
|
!IF "$(CFG)" == "heap - Win32 Release"
|
||||||
@ -41,14 +43,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\heap.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\heap.lib"
|
||||||
|
|
||||||
@ -72,16 +74,68 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\heap.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\heap.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "heap - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "heap___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "heap___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "heap___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "heap___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_debug\heap_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_debug\heap_tls.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "heap - Win32 TLS"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "heap___Win32_TLS"
|
||||||
|
# PROP BASE Intermediate_Dir "heap___Win32_TLS"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "heap___Win32_TLS"
|
||||||
|
# PROP Intermediate_Dir "heap___Win32_TLS"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\heap_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_release\heap_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "heap - Win32 Release"
|
# Name "heap - Win32 Release"
|
||||||
# Name "heap - Win32 Debug"
|
# Name "heap - Win32 Debug"
|
||||||
|
# Name "heap - Win32 TLS_DEBUG"
|
||||||
|
# Name "heap - Win32 TLS"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\_check.c
|
SOURCE=.\_check.c
|
||||||
@ -128,6 +182,13 @@ SOURCE=.\hp_hash.c
|
|||||||
|
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "heap - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "heap - Win32 TLS"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -67,7 +67,7 @@ LIB32=xilink6.exe -lib
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /WX /Fr /YX
|
# SUBTRACT CPP /WX /Fr /YX
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
@ -91,7 +91,7 @@ LIB32=xilink6.exe -lib
|
|||||||
# PROP Intermediate_Dir "nt"
|
# PROP Intermediate_Dir "nt"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "_LIB" /D "_WIN32" /D "WIN32" /D "NDEBUG" /D "MYSQL_SERVER" /D "_MBCS" /D MYSQL_SERVER_SUFFIX=-nt /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
@ -115,7 +115,7 @@ LIB32=xilink6.exe -lib
|
|||||||
# PROP Intermediate_Dir "max_nt"
|
# PROP Intermediate_Dir "max_nt"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "NDEBUG" /D "_LIB" /D "_WIN32" /D "WIN32" /D "_MBCS" /D "MYSQL_SERVER" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../innobase/include" /I "../include" /D "_LIB" /D "_WIN32" /D "WIN32" /D "NDEBUG" /D "MYSQL_SERVER" /D "_MBCS" /D MYSQL_SERVER_SUFFIX=-nt-max /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
@ -280,10 +280,6 @@ SOURCE=.\os\os0proc.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\os\os0shm.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\os\os0sync.c
|
SOURCE=.\os\os0sync.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -388,10 +384,6 @@ SOURCE=.\sync\sync0arr.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\sync\sync0ipm.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\sync\sync0rw.c
|
SOURCE=.\sync\sync0rw.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -19,13 +19,15 @@ CFG=isam - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "isam - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "isam - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "isam - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "isam - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "isam - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "isam - Win32 TLS" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "isam - Win32 Release"
|
!IF "$(CFG)" == "isam - Win32 Release"
|
||||||
@ -41,14 +43,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\isam.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\isam.lib"
|
||||||
|
|
||||||
@ -72,16 +74,68 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_Debug\isam.lib"
|
# ADD LIB32 /nologo /out:"..\lib_Debug\isam.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "isam - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "isam___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "isam___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "isam___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "isam___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_Debug\isam_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_Debug\isam_tls.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "isam - Win32 TLS"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "isam___Win32_TLS"
|
||||||
|
# PROP BASE Intermediate_Dir "isam___Win32_TLS"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "isam___Win32_TLS"
|
||||||
|
# PROP Intermediate_Dir "isam___Win32_TLS"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\isam_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_release\isam_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "isam - Win32 Release"
|
# Name "isam - Win32 Release"
|
||||||
# Name "isam - Win32 Debug"
|
# Name "isam - Win32 Debug"
|
||||||
|
# Name "isam - Win32 TLS_DEBUG"
|
||||||
|
# Name "isam - Win32 TLS"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\_cache.c
|
SOURCE=.\_cache.c
|
||||||
|
@ -19,6 +19,7 @@ CFG=isamchk - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "isamchk - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "isamchk - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "isamchk - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "isamchk - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "isamchk - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x41d /d "NDEBUG"
|
# ADD BASE RSC /l 0x41d /d "NDEBUG"
|
||||||
# ADD RSC /l 0x41d /d "NDEBUG"
|
# ADD RSC /l 0x41d /d "NDEBUG"
|
||||||
@ -80,12 +81,42 @@ LINK32=xilink6.exe
|
|||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/isamchk.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/isamchk.exe" /pdbtype:sept
|
||||||
# SUBTRACT LINK32 /verbose /pdb:none
|
# SUBTRACT LINK32 /verbose /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "isamchk - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "isamchk___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "isamchk___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "_CONSOLE" /D "_WINDOWS" /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /D LICENSE=Commercial /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x41d /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x41d /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE 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 setargv.obj /nologo /subsystem:console /machine:I386 /out:"../client_release/isamchk.exe"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# 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 setargv.obj ..\lib_release\isam.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/isamchk.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "isamchk - Win32 Release"
|
# Name "isamchk - Win32 Release"
|
||||||
# Name "isamchk - Win32 Debug"
|
# Name "isamchk - Win32 Debug"
|
||||||
|
# Name "isamchk - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\isam\isamchk.c
|
SOURCE=..\isam\isamchk.c
|
||||||
|
@ -43,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "." /I "..\include" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /FD /c
|
# 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
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
||||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
||||||
@ -76,7 +76,7 @@ PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release /y
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "." /I "..\include" /I "../zlib" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /FD /c
|
# 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
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
||||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
||||||
@ -92,7 +92,7 @@ LINK32=xilink6.exe
|
|||||||
# Begin Special Build Tool
|
# Begin Special Build Tool
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PostBuild_Desc=Move DLL export lib
|
PostBuild_Desc=Move DLL export lib
|
||||||
PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll C:\winnt\system32\ /y xcopy debug\libmysql.lib ..\lib_debug\ /y
|
PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll %windir%\system32\ /y xcopy debug\libmysql.lib ..\lib_debug\ /y
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
@ -19,6 +19,8 @@ CFG=libmysqld - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "libmysqld - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
!MESSAGE "libmysqld - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
||||||
!MESSAGE "libmysqld - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
!MESSAGE "libmysqld - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
||||||
|
!MESSAGE "libmysqld - Win32 classic" (based on "Win32 (x86) Dynamic-Link Library")
|
||||||
|
!MESSAGE "libmysqld - Win32 pro" (based on "Win32 (x86) Dynamic-Link Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -43,7 +45,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /c
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /I "../libmysqld" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c
|
||||||
# SUBTRACT CPP /WX /Fr
|
# SUBTRACT CPP /WX /Fr
|
||||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
@ -54,7 +56,8 @@ BSC32=bscmake.exe
|
|||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=xilink6.exe
|
LINK32=xilink6.exe
|
||||||
# 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 /dll /machine:I386
|
# 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 /dll /machine:I386
|
||||||
# ADD 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 Wsock32.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib /nologo /dll /pdb:none /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
# ADD 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 Wsock32.lib ..\lib_release\myisam_tls.lib ..\lib_release\myisammrg_tls.lib ..\lib_release\mysys_tls.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap_tls.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib /nologo /dll /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "libmysqld - Win32 Debug"
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 Debug"
|
||||||
|
|
||||||
@ -70,8 +73,8 @@ LINK32=xilink6.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /GZ /c
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /GZ /c
|
||||||
# ADD CPP /nologo /MT /W3 /Z7 /Od /I "../include" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /I "libmysqld" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c
|
# ADD CPP /nologo /MT /W3 /Z7 /Od /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c
|
||||||
# SUBTRACT CPP /Fr
|
# SUBTRACT CPP /X /Fr
|
||||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||||
# ADD BASE RSC /l 0x416 /d "_DEBUG"
|
# ADD BASE RSC /l 0x416 /d "_DEBUG"
|
||||||
@ -81,7 +84,68 @@ BSC32=bscmake.exe
|
|||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=xilink6.exe
|
LINK32=xilink6.exe
|
||||||
# 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 /dll /debug /machine:I386 /pdbtype:sept
|
# 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 /dll /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD 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 Wsock32.lib ..\lib_debug\dbug.lib ..\lib_debug\mysys.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap.lib ..\lib_debug\innodb.lib /nologo /dll /pdb:none /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"../lib_debug/libmysqld.dll" /implib:"../lib_debug/libmysqld.lib"
|
# ADD 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 Wsock32.lib ..\lib_debug\dbug_tls.lib ..\lib_debug\mysys_tls.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap_tls.lib ..\lib_debug\innodb.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"../lib_debug/libmysqld.dll" /implib:"../lib_debug/libmysqld.lib" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "libmysqld___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "libmysqld___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_WINDOWS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "USE_TLS" /D "__WIN__" /D LICENSE=Commerical /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /Fr
|
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\myisam_tls.lib ..\lib_release\myisammrg_tls.lib ..\lib_release\mysys_tls.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap_tls.lib ..\lib_release\zlib.lib /nologo /dll /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\myisam_tls.lib ..\lib_release\myisammrg_tls.lib ..\lib_release\mysys_tls.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap_tls.lib ..\lib_release\zlib.lib /nologo /dll /machine:I386 /out:"../lib_classic/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 pro"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "libmysqld___Win32_pro"
|
||||||
|
# PROP BASE Intermediate_Dir "libmysqld___Win32_pro"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "pro"
|
||||||
|
# PROP Intermediate_Dir "pro"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "EMBEDDED_LIBRARY" /D "USE_TLS" /D "__WIN__" /D "MYSQL_SERVER" /D LICENSE=Commercial /D "_MBCS" /D "HAVE_DLOPEN" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "NDEBUG" /D "_WINDOWS" /D "_CONSOLE" /FD /D MYSQL_SERVER_SUFFIX=-pro /c
|
||||||
|
# SUBTRACT CPP /X /Fr
|
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\myisam_tls.lib ..\lib_release\myisammrg_tls.lib ..\lib_release\mysys_tls.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap_tls.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /dll /machine:I386 /out:"../lib_classic/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\myisam_tls.lib ..\lib_release\myisammrg_tls.lib ..\lib_release\mysys_tls.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap_tls.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /dll /machine:I386 /out:"../lib_pro/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
@ -89,9 +153,22 @@ LINK32=xilink6.exe
|
|||||||
|
|
||||||
# Name "libmysqld - Win32 Release"
|
# Name "libmysqld - Win32 Release"
|
||||||
# Name "libmysqld - Win32 Debug"
|
# Name "libmysqld - Win32 Debug"
|
||||||
|
# Name "libmysqld - Win32 classic"
|
||||||
|
# Name "libmysqld - Win32 pro"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\libmysql\client.c
|
SOURCE="..\sql-common\client.c"
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "libmysqld - Win32 Release"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 Debug"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "libmysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
@ -107,6 +184,14 @@ SOURCE=..\sql\derror.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\sql\discover.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\emb_qcache.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\libmysql\errmsg.c
|
SOURCE=..\libmysql\errmsg.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -279,7 +364,7 @@ SOURCE=..\sql\opt_sum.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\libmysql\pack.c
|
SOURCE="..\sql-common\pack.c"
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
@ -509,5 +594,21 @@ SOURCE=..\sql\uniques.cpp
|
|||||||
|
|
||||||
SOURCE=..\sql\unireg.cpp
|
SOURCE=..\sql\unireg.cpp
|
||||||
# End Source File
|
# 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
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
@ -42,7 +42,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /W3 /O2 /I "..\include" /D "NDEBUG" /D "DBUG_UFF" /D "_CONSOLE" /D "_MBCS" /FD /c
|
# ADD CPP /nologo /G6 /W3 /O2 /I "..\include" /D "DBUG_UFF" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
@ -25,7 +25,7 @@ CFG=merge - Win32 Debug
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "merge - Win32 Release"
|
!IF "$(CFG)" == "merge - Win32 Release"
|
||||||
@ -41,14 +41,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\merge.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\merge.lib"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\merge.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\merge.lib"
|
||||||
|
|
||||||
|
@ -19,13 +19,14 @@ CFG=my_print_defaults - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "my_print_defaults - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "my_print_defaults - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "my_print_defaults - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "my_print_defaults - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "my_print_defaults - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "my_print_defaults - Win32 Release"
|
!IF "$(CFG)" == "my_print_defaults - Win32 Release"
|
||||||
@ -42,13 +43,13 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /machine:I386
|
# 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 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:console /machine:I386
|
||||||
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"../client_release/my_print_defaults.exe"
|
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"../client_release/my_print_defaults.exe"
|
||||||
|
|
||||||
@ -72,16 +73,42 @@ LINK32=link.exe
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"LIBCMTD.lib" /out:"../client_debug/my_print_defaults.exe" /pdbtype:sept
|
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"LIBCMTD.lib" /out:"../client_debug/my_print_defaults.exe" /pdbtype:sept
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "my_print_defaults - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "my_print_defaults___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "my_print_defaults___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /YX /FD /c
|
||||||
|
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "_CONSOLE" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /YX /FD /c
|
||||||
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"../client_release/my_print_defaults.exe"
|
||||||
|
# ADD 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/my_print_defaults.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "my_print_defaults - Win32 Release"
|
# Name "my_print_defaults - Win32 Release"
|
||||||
# Name "my_print_defaults - Win32 Debug"
|
# Name "my_print_defaults - Win32 Debug"
|
||||||
|
# Name "my_print_defaults - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,8 @@ CFG=myisam - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "myisam - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "myisam - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "myisam - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "myisam - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "myisam - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "myisam - Win32 TLS" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -41,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -74,12 +76,60 @@ LIB32=xilink6.exe -lib
|
|||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_Debug\myisam.lib"
|
# ADD LIB32 /nologo /out:"..\lib_Debug\myisam.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisam - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "myisam___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "myisam___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "myisam___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "myisam___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /Fo".\Debug/" /Fd".\Debug/" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /Fo".\Debug/" /Fd".\Debug/" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_Debug\myisam_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_Debug\myisam_tls.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisam - Win32 TLS"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "myisam___Win32_TLS"
|
||||||
|
# PROP BASE Intermediate_Dir "myisam___Win32_TLS"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "myisam___Win32_TLS"
|
||||||
|
# PROP Intermediate_Dir "myisam___Win32_TLS"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /D "USE_TLS" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\myisam_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_release\myisam_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "myisam - Win32 Release"
|
# Name "myisam - Win32 Release"
|
||||||
# Name "myisam - Win32 Debug"
|
# Name "myisam - Win32 Debug"
|
||||||
|
# Name "myisam - Win32 TLS_DEBUG"
|
||||||
|
# Name "myisam - Win32 TLS"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -25,7 +25,7 @@ CFG=myisam_ftdump - Win32 Debug
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "myisam_ftdump - Win32 Release"
|
!IF "$(CFG)" == "myisam_ftdump - Win32 Release"
|
||||||
@ -42,13 +42,13 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FR /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /machine:I386
|
# 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 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:console /machine:I386
|
||||||
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj ..\lib_release\zlib.lib /nologo /subsystem:console /machine:I386 /out:"../client_release/myisam_ftdump.exe"
|
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj ..\lib_release\zlib.lib /nologo /subsystem:console /machine:I386 /out:"../client_release/myisam_ftdump.exe"
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ LINK32=link.exe
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj ..\lib_debug\zlib.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisam_ftdump.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj ..\lib_debug\zlib.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisam_ftdump.exe" /pdbtype:sept
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ CFG=myisamchk - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "myisamchk - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisamchk - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "myisamchk - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisamchk - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "myisamchk - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -78,12 +79,40 @@ LINK32=xilink6.exe
|
|||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisamchk.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisamchk.exe" /pdbtype:sept
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisamchk - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "myisamchk___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "myisamchk___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../client_release/myisamchk.exe"
|
||||||
|
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj ..\lib_release\myisam.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\zlib.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/myisamchk.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "myisamchk - Win32 Release"
|
# Name "myisamchk - Win32 Release"
|
||||||
# Name "myisamchk - Win32 Debug"
|
# Name "myisamchk - Win32 Debug"
|
||||||
|
# Name "myisamchk - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,7 @@ CFG=myisamlog - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "myisamlog - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisamlog - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "myisamlog - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisamlog - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "myisamlog - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -80,12 +81,40 @@ LINK32=xilink6.exe
|
|||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"debug/myisamchk.pdb" /debug /machine:I386 /out:"../client_debug/myisamlog.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"debug/myisamchk.pdb" /debug /machine:I386 /out:"../client_debug/myisamlog.exe" /pdbtype:sept
|
||||||
# SUBTRACT LINK32 /pdb:none
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisamlog - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "myisamlog___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "myisamlog___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj /nologo /subsystem:console /pdb:"release/myisamchk.pdb" /machine:I386 /out:"../client_release/myisamlog.exe"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj ..\lib_release\myisam.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:"release/myisamchk.pdb" /machine:I386 /out:"../client_classic/myisamlog.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "myisamlog - Win32 Release"
|
# Name "myisamlog - Win32 Release"
|
||||||
# Name "myisamlog - Win32 Debug"
|
# Name "myisamlog - Win32 Debug"
|
||||||
|
# Name "myisamlog - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,13 +19,15 @@ CFG=myisammrg - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "myisammrg - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "myisammrg - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "myisammrg - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "myisammrg - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "myisammrg - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "myisammrg - Win32 TLS" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "myisammrg - Win32 Release"
|
!IF "$(CFG)" == "myisammrg - Win32 Release"
|
||||||
@ -41,13 +43,13 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\myisammrg.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\myisammrg.lib"
|
||||||
|
|
||||||
@ -71,16 +73,66 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_Debug\myisammrg.lib"
|
# ADD LIB32 /nologo /out:"..\lib_Debug\myisammrg.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisammrg - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "myisammrg___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "myisammrg___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "myisammrg___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "myisammrg___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /Fo".\Debug/" /Fd".\Debug/" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /Fr
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /Fo".\Debug/" /Fd".\Debug/" /FD /c
|
||||||
|
# SUBTRACT CPP /Fr
|
||||||
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_Debug\myisammrg_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_Debug\myisammrg_tls.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisammrg - Win32 TLS"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "myisammrg___Win32_TLS"
|
||||||
|
# PROP BASE Intermediate_Dir "myisammrg___Win32_TLS"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "myisammrg___Win32_TLS"
|
||||||
|
# PROP Intermediate_Dir "myisammrg___Win32_TLS"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /D "USE_TLS" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\myisammrg_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_release\myisammrg_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "myisammrg - Win32 Release"
|
# Name "myisammrg - Win32 Release"
|
||||||
# Name "myisammrg - Win32 Debug"
|
# Name "myisammrg - Win32 Debug"
|
||||||
|
# Name "myisammrg - Win32 TLS_DEBUG"
|
||||||
|
# Name "myisammrg - Win32 TLS"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,7 @@ CFG=myisampack - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "myisampack - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisampack - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "myisampack - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "myisampack - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "myisampack - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -78,12 +79,38 @@ LINK32=xilink6.exe
|
|||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisampack.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/myisampack.exe" /pdbtype:sept
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "myisampack - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "myisampack___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "myisampack___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FR /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../client_release/myisampack.exe"
|
||||||
|
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj ..\lib_release\myisam.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\zlib.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/myisampack.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "myisampack - Win32 Release"
|
# Name "myisampack - Win32 Release"
|
||||||
# Name "myisampack - Win32 Debug"
|
# Name "myisampack - Win32 Debug"
|
||||||
|
# Name "myisampack - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -41,6 +41,9 @@ Package=<4>
|
|||||||
Begin Project Dependency
|
Begin Project Dependency
|
||||||
Project_Dep_Name mysys
|
Project_Dep_Name mysys
|
||||||
End Project Dependency
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name strings
|
||||||
|
End Project Dependency
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@ -824,4 +827,3 @@ Package=<3>
|
|||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqlbinlog - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqlbinlog - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlbinlog - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqlbinlog - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlbinlog - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqlbinlog - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -77,12 +78,40 @@ LINK32=xilink6.exe
|
|||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlbinlog.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlbinlog.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqlbinlog - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqlbinlog___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqlbinlog___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "MYSQL_SERVER" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqlbinlog.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none /debug
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqlbinlog.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /pdb:none /debug
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqlbinlog - Win32 Release"
|
# Name "mysqlbinlog - Win32 Release"
|
||||||
# Name "mysqlbinlog - Win32 Debug"
|
# Name "mysqlbinlog - Win32 Debug"
|
||||||
|
# Name "mysqlbinlog - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,7 @@ CFG=mysqlcheck - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqlcheck - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlcheck - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqlcheck - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqlcheck - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqlcheck - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -76,12 +77,38 @@ LINK32=xilink6.exe
|
|||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlcheck.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
# ADD LINK32 mysqlclient.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:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqlcheck.exe" /pdbtype:sept /libpath:"..\lib_debug\\"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqlcheck - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqlcheck___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqlcheck___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "MYSQL_SERVER" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE LINK32 mysqlclient.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:console /machine:I386 /out:"../client_release/mysqlcheck.exe" /libpath:"..\lib_release\\"
|
||||||
|
# ADD LINK32 mysqlclient.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:console /machine:I386 /out:"../client_classic/mysqlcheck.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "mysqlcheck - Win32 Release"
|
# Name "mysqlcheck - Win32 Release"
|
||||||
# Name "mysqlcheck - Win32 Debug"
|
# Name "mysqlcheck - Win32 Debug"
|
||||||
|
# Name "mysqlcheck - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,8 @@ CFG=mysqldemb - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "mysqldemb - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "mysqldemb - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "mysqldemb - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "mysqldemb - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "mysqldemb - Win32 classic" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "mysqldemb - Win32 pro" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -41,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /I "../bdb/build_win32" /I "../zlib" /I "../libmysqld" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c
|
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
@ -65,7 +67,7 @@ LIB32=xilink6.exe -lib
|
|||||||
# PROP Intermediate_Dir "Debug"
|
# PROP Intermediate_Dir "Debug"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||||
# ADD CPP /nologo /MTd /W3 /Z7 /Od /I "../zlib" /I "../include" /I "../regex" /I "../sql" /I "../bdb/build_win32" /I "../libmysqld" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c
|
# ADD CPP /nologo /MTd /W3 /Z7 /Od /I "../zlib" /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../bdb/build_win32" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x416 /d "_DEBUG"
|
# ADD BASE RSC /l 0x416 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x416 /d "_DEBUG"
|
# ADD RSC /l 0x416 /d "_DEBUG"
|
||||||
@ -74,7 +76,56 @@ BSC32=bscmake.exe
|
|||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=xilink6.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo
|
# ADD LIB32 /nologo /out:"../lib_debug/mysqldemb.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqldemb - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqldemb___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqldemb___Win32_classic"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_MBCS" /D "_LIB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_LIB" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "USE_TLS" /D "__WIN__" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=xilink6.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_classic\mysqldemb.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqldemb - Win32 pro"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqldemb___Win32_pro"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqldemb___Win32_pro"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "pro"
|
||||||
|
# PROP Intermediate_Dir "pro"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_MBCS" /D "_LIB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../libmysqld" /I "../sql" /I "../zlib" /D "WIN32" /D "_LIB" /D "SIGNAL_WITH_VIO_CLOSE" /D "EMBEDDED_LIBRARY" /D "USE_TLS" /D "__WIN__" /D "USE_SYMDIR" /D "MYSQL_SERVER" /D LICENSE=Commercial /D "_MBCS" /D "HAVE_DLOPEN" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "NDEBUG" /D "_WINDOWS" /D "_CONSOLE" /FD /D MYSQL_SERVER_SUFFIX=-pro /c
|
||||||
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=xilink6.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_pro\mysqldemb.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
@ -82,6 +133,8 @@ LIB32=xilink6.exe -lib
|
|||||||
|
|
||||||
# Name "mysqldemb - Win32 Release"
|
# Name "mysqldemb - Win32 Release"
|
||||||
# Name "mysqldemb - Win32 Debug"
|
# Name "mysqldemb - Win32 Debug"
|
||||||
|
# Name "mysqldemb - Win32 classic"
|
||||||
|
# Name "mysqldemb - Win32 pro"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\sql\derror.cpp
|
SOURCE=..\sql\derror.cpp
|
||||||
|
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -41,7 +41,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /I "../bdb/build_win32" /I "../libmysqld" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /YX /FD /c
|
# ADD CPP /nologo /MT /W3 /O2 /I "../include" /I "../regex" /I "../sql" /I "../bdb/build_win32" /I "../libmysqld" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_BERKELEY_DB" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
# ADD BASE RSC /l 0x416 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x416 /d "NDEBUG"
|
# ADD RSC /l 0x416 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
|
@ -43,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /W3 /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
|
# ADD CPP /nologo /G6 /W3 /O2 /D "_WINDOWS" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /WX /Fr /YX
|
# SUBTRACT CPP /WX /Fr /YX
|
||||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
@ -24,7 +24,7 @@ CFG=mysqlwatch - Win32 Release
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
@ -38,13 +38,13 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /W3 /GX- /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
|
# ADD CPP /nologo /G6 /W3 /O2 /D "_WINDOWS" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 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:console /machine:I386
|
# 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 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:console /machine:I386
|
||||||
# ADD 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 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:console /machine:I386 /out:"../client_release/mysqlwatch.exe"
|
# ADD 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 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:console /machine:I386 /out:"../client_release/mysqlwatch.exe"
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
@ -20,13 +20,15 @@ CFG=mysys - Win32 Debug
|
|||||||
!MESSAGE "mysys - Win32 Release" (based on "Win32 (x86) Static Library")
|
!MESSAGE "mysys - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "mysys - Win32 Debug" (based on "Win32 (x86) Static Library")
|
!MESSAGE "mysys - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE "mysys - Win32 Max" (based on "Win32 (x86) Static Library")
|
!MESSAGE "mysys - Win32 Max" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "mysys - Win32 TLS_DEBUG" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "mysys - Win32 TLS" (based on "Win32 (x86) Static Library")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "mysys - Win32 Release"
|
!IF "$(CFG)" == "mysys - Win32 Release"
|
||||||
@ -42,14 +44,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_SYMLINK" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /WX /Fr /YX
|
# SUBTRACT CPP /WX /Fr /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\mysys.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\mysys.lib"
|
||||||
|
|
||||||
@ -66,14 +68,14 @@ LIB32=link.exe -lib
|
|||||||
# PROP Intermediate_Dir "debug"
|
# PROP Intermediate_Dir "debug"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_SYMDIR" /D "USE_SYMLINK" /FD /c
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_SYMDIR" /FD /c
|
||||||
# SUBTRACT CPP /Fr
|
# SUBTRACT CPP /Fr
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\mysys.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\mysys.lib"
|
||||||
|
|
||||||
@ -91,7 +93,57 @@ LIB32=link.exe -lib
|
|||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
||||||
# SUBTRACT BASE CPP /YX
|
# SUBTRACT BASE CPP /YX
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_SYMDIR" /D "USE_SYMLINK" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "USE_SYMDIR" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /D MYSQL_SERVER_SUFFIX=-max /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=xilink6.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\mysys.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_release\mysys-max.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "mysys___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Intermediate_Dir "mysys___Win32_TLS_DEBUG"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "mysys___Win32_TLS_DEBUG"
|
||||||
|
# PROP Intermediate_Dir "mysys___Win32_TLS_DEBUG"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_SYMDIR" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /Fr
|
||||||
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_SYMDIR" /D "USE_TLS" /FD /c
|
||||||
|
# SUBTRACT CPP /Fr
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo /out:"..\lib_debug\mysys_tls.lib"
|
||||||
|
# ADD LIB32 /nologo /out:"..\lib_debug\mysys_tls.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysys___Win32_TLS"
|
||||||
|
# PROP BASE Intermediate_Dir "mysys___Win32_TLS"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "mysys___Win32_TLS"
|
||||||
|
# PROP Intermediate_Dir "mysys___Win32_TLS"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../zlib" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /D "USE_TLS" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
@ -99,8 +151,8 @@ BSC32=bscmake.exe
|
|||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=link.exe -lib
|
||||||
# ADD BASE LIB32 /nologo /out:"..\lib_release\mysys.lib"
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\mysys_tls.lib"
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\mysys-max.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\mysys_tls.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
@ -109,6 +161,8 @@ LIB32=link.exe -lib
|
|||||||
# Name "mysys - Win32 Release"
|
# Name "mysys - Win32 Release"
|
||||||
# Name "mysys - Win32 Debug"
|
# Name "mysys - Win32 Debug"
|
||||||
# Name "mysys - Win32 Max"
|
# Name "mysys - Win32 Max"
|
||||||
|
# Name "mysys - Win32 TLS_DEBUG"
|
||||||
|
# Name "mysys - Win32 TLS"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\array.c
|
SOURCE=.\array.c
|
||||||
@ -121,6 +175,14 @@ SOURCE=.\array.c
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysys - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysys - Win32 Max"
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# ADD BASE CPP /FR
|
||||||
|
# ADD CPP /FR
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -528,6 +590,13 @@ SOURCE=.\thr_lock.c
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysys - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysys - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS_DEBUG"
|
||||||
|
|
||||||
|
# ADD BASE CPP /D "EXTRA_DEBUG"
|
||||||
|
# ADD CPP /D "EXTRA_DEBUG"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysys - Win32 TLS"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -19,6 +19,7 @@ CFG=pack_isam - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "pack_isam - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "pack_isam - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "pack_isam - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "pack_isam - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "pack_isam - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -77,12 +78,38 @@ LINK32=xilink6.exe
|
|||||||
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
# 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 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"../client_debug/pack_isam.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"../client_debug/pack_isam.exe" /pdbtype:sept
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "pack_isam - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "pack_isam___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "pack_isam___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE 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 setargv.obj /nologo /subsystem:console /machine:I386 /out:"../client_release/pack_isam.exe"
|
||||||
|
# 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 setargv.obj ..\lib_release\isam.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/pack_isam.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "pack_isam - Win32 Release"
|
# Name "pack_isam - Win32 Release"
|
||||||
# Name "pack_isam - Win32 Debug"
|
# Name "pack_isam - Win32 Debug"
|
||||||
|
# Name "pack_isam - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -19,6 +19,7 @@ CFG=perror - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "perror - Win32 Release" (based on "Win32 (x86) Application")
|
!MESSAGE "perror - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
!MESSAGE "perror - Win32 Debug" (based on "Win32 (x86) Application")
|
!MESSAGE "perror - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "perror - Win32 classic" (based on "Win32 (x86) Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -43,7 +44,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
@ -85,12 +86,44 @@ LINK32=xilink6.exe
|
|||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /incremental:no /debug /machine:I386 /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /incremental:no /debug /machine:I386 /pdbtype:sept
|
||||||
# SUBTRACT LINK32 /pdb:none
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "perror - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "perror___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "perror___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "WIN32" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE 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:console /machine:I386 /out:"../client_release/perror.exe"
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# 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 ..\lib_release\mysys.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/perror.exe" /libpath:"..\lib_release\\"
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "perror - Win32 Release"
|
# Name "perror - Win32 Release"
|
||||||
# Name "perror - Win32 Debug"
|
# Name "perror - Win32 Debug"
|
||||||
|
# Name "perror - Win32 classic"
|
||||||
# Begin Group "Source Files"
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
@ -25,7 +25,7 @@ CFG=regex - Win32 Debug
|
|||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "regex - Win32 Release"
|
!IF "$(CFG)" == "regex - Win32 Release"
|
||||||
@ -41,14 +41,14 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "./" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "./" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_release\regex.lib"
|
# ADD LIB32 /nologo /out:"..\lib_release\regex.lib"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ LIB32=link.exe -lib
|
|||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=xilink6.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib_debug\regex.lib"
|
# ADD LIB32 /nologo /out:"..\lib_debug\regex.lib"
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ CFG=replace - Win32 Debug
|
|||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "replace - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "replace - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "replace - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "replace - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "replace - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
@ -42,7 +43,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x40b /d "NDEBUG"
|
# ADD BASE RSC /l 0x40b /d "NDEBUG"
|
||||||
# ADD RSC /l 0x40b /d "NDEBUG"
|
# ADD RSC /l 0x40b /d "NDEBUG"
|
||||||
@ -79,12 +80,40 @@ LINK32=xilink6.exe
|
|||||||
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /machine:I386 /out:"../client_debug/replace.exe" /pdbtype:sept
|
# ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /machine:I386 /out:"../client_debug/replace.exe" /pdbtype:sept
|
||||||
# SUBTRACT LINK32 /debug
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "replace - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "replace___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "replace___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x40b /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x40b /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# ADD BASE 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 setargv.obj /nologo /subsystem:console /machine:I386 /out:"../client_release/replace.exe"
|
||||||
|
# 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 setargv.obj ..\lib_release\mysys.lib ..\lib_release\strings.lib /nologo /subsystem:console /machine:I386 /out:"../client_classic/replace.exe" /libpath:"..\lib_release\\"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "replace - Win32 Release"
|
# Name "replace - Win32 Release"
|
||||||
# Name "replace - Win32 Debug"
|
# Name "replace - Win32 Debug"
|
||||||
|
# Name "replace - Win32 classic"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\extra\replace.c
|
SOURCE=..\extra\replace.c
|
||||||
|
@ -22,13 +22,17 @@ CFG=mysqld - Win32 Release
|
|||||||
!MESSAGE "mysqld - Win32 nt" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqld - Win32 nt" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqld - Win32 Max nt" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqld - Win32 Max nt" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "mysqld - Win32 Max" (based on "Win32 (x86) Console Application")
|
!MESSAGE "mysqld - Win32 Max" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqld - Win32 classic" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqld - Win32 pro" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqld - Win32 classic nt" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "mysqld - Win32 pro nt" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "mysqld - Win32 Release"
|
!IF "$(CFG)" == "mysqld - Win32 Release"
|
||||||
@ -45,14 +49,14 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../zlib" /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../zlib" /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x410 /d "NDEBUG"
|
# ADD BASE RSC /l 0x410 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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:console /machine:I386
|
# 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:console /machine:I386
|
||||||
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_release/mysqld-opt.exe"
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_release/mysqld-opt.exe"
|
||||||
# SUBTRACT LINK32 /debug
|
# SUBTRACT LINK32 /debug
|
||||||
@ -71,14 +75,14 @@ LINK32=link.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /FD /c
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
|
||||||
# SUBTRACT CPP /Fr /YX
|
# SUBTRACT CPP /Fr /YX
|
||||||
# ADD BASE RSC /l 0x410 /d "_DEBUG"
|
# ADD BASE RSC /l 0x410 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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:console /debug /machine:I386 /pdbtype:sept
|
# 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:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD 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 Wsock32.lib ..\lib_debug\dbug.lib ..\lib_debug\vio.lib ..\lib_debug\isam.lib ..\lib_debug\merge.lib ..\lib_debug\mysys.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap.lib ..\lib_debug\bdb.lib ..\lib_debug\innodb.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqld.exe" /pdbtype:sept
|
# ADD 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 Wsock32.lib ..\lib_debug\dbug.lib ..\lib_debug\vio.lib ..\lib_debug\isam.lib ..\lib_debug\merge.lib ..\lib_debug\mysys.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap.lib ..\lib_debug\bdb.lib ..\lib_debug\innodb.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../client_debug/mysqld.exe" /pdbtype:sept
|
||||||
|
|
||||||
@ -98,14 +102,14 @@ LINK32=link.exe
|
|||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G5 /MT /W3 /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WIN32__" /D "DBUG_OFF" /FD /c
|
# ADD BASE CPP /nologo /G5 /MT /W3 /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WIN32__" /D "DBUG_OFF" /FD /c
|
||||||
# SUBTRACT BASE CPP /YX
|
# SUBTRACT BASE CPP /YX
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "HAVE_INNOBASE_DB" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D MYSQL_SERVER_SUFFIX=-nt /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x410 /d "NDEBUG"
|
# ADD BASE RSC /l 0x410 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 Wsock32.lib ..\lib_release\dbug.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /debug /machine:I386
|
# 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 Wsock32.lib ..\lib_release\dbug.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /debug /machine:I386
|
||||||
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /map /machine:I386 /out:"../client_release/mysqld-nt.exe"
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /map /machine:I386 /out:"../client_release/mysqld-nt.exe"
|
||||||
# SUBTRACT LINK32 /pdb:none /debug
|
# SUBTRACT LINK32 /pdb:none /debug
|
||||||
@ -126,15 +130,15 @@ LINK32=link.exe
|
|||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
|
||||||
# SUBTRACT BASE CPP /YX
|
# SUBTRACT BASE CPP /YX
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "USE_SYMDIR" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D MYSQL_SERVER_SUFFIX=-nt-max /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 Wsock32.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib /nologo /subsystem:console /map /machine:I386 /out:"../client_release/mysqld-nt.exe"
|
# 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 Wsock32.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib /nologo /subsystem:console /map /machine:I386
|
||||||
# SUBTRACT BASE LINK32 /pdb:none /debug
|
# SUBTRACT BASE LINK32 /pdb:none /debug
|
||||||
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys-max.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib /nologo /subsystem:console /map /machine:I386 /out:"../client_release/mysqld-max-nt.exe"
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys-max.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib /nologo /subsystem:console /map /machine:I386 /out:"../client_release/mysqld-max-nt.exe"
|
||||||
# SUBTRACT LINK32 /pdb:none /debug
|
# SUBTRACT LINK32 /pdb:none /debug
|
||||||
@ -155,18 +159,131 @@ LINK32=link.exe
|
|||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
|
||||||
# SUBTRACT BASE CPP /YX
|
# SUBTRACT BASE CPP /YX
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "USE_SYMDIR" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "USE_SYMDIR" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D MYSQL_SERVER_SUFFIX=-max /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
LINK32=xilink6.exe
|
||||||
# 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 Wsock32.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /debug /machine:I386 /out:"../client_release/mysqld-opt.exe"
|
# 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 Wsock32.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /debug /machine:I386
|
||||||
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys-max.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_release/mysqld-max.exe"
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys-max.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_release/mysqld-max.exe"
|
||||||
# SUBTRACT LINK32 /debug
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqld___Win32_classic"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqld___Win32_classic"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic"
|
||||||
|
# PROP Intermediate_Dir "classic"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D LICENSE=Commercial /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "HAVE_DLOPEN" /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386
|
||||||
|
# SUBTRACT BASE LINK32 /debug
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_classic/mysqld.exe" /libpath:"..\lib_release"
|
||||||
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqld___Win32_pro"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqld___Win32_pro"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "pro"
|
||||||
|
# PROP Intermediate_Dir "pro"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "MYSQL_SERVER" /D LICENSE=Commercial /D "_MBCS" /D "HAVE_DLOPEN" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "NDEBUG" /D "_WINDOWS" /D "_CONSOLE" /D MYSQL_SERVER_SUFFIX=-pro /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386
|
||||||
|
# SUBTRACT BASE LINK32 /debug
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_pro/mysqld.exe" /libpath:"..\lib_release"
|
||||||
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqld___Win32_classic_nt"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqld___Win32_classic_nt"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "classic_nt"
|
||||||
|
# PROP Intermediate_Dir "classic_nt"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "__NT__" /D "DBUG_OFF" /D "NDEBUG" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D LICENSE=Commercial /D MYSQL_SERVER_SUFFIX=-nt /FD /c
|
||||||
|
# SUBTRACT CPP /YX
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386
|
||||||
|
# SUBTRACT BASE LINK32 /debug
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_classic/mysqld-nt.exe" /libpath:"..\lib_release"
|
||||||
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "mysqld___Win32_pro_nt"
|
||||||
|
# PROP BASE Intermediate_Dir "mysqld___Win32_pro_nt"
|
||||||
|
# PROP BASE Ignore_Export_Lib 0
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "pro_nt"
|
||||||
|
# PROP Intermediate_Dir "pro_nt"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "USE_SYMDIR" /D "HAVE_DLOPEN" /D "NDEBUG" /FD /c
|
||||||
|
# SUBTRACT BASE CPP /YX
|
||||||
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /I "../zlib" /D "__NT__" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D LICENSE=Commercial /D "NDEBUG" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D MYSQL_SERVER_SUFFIX=-pro-nt" /FD
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=xilink6.exe
|
||||||
|
# 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib /nologo /subsystem:console /pdb:none /machine:I386
|
||||||
|
# SUBTRACT BASE LINK32 /debug
|
||||||
|
# ADD 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 Wsock32.lib ..\lib_release\vio.lib ..\lib_release\isam.lib ..\lib_release\merge.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\zlib.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../client_pro/mysqld-nt.exe" /libpath:"..\lib_release"
|
||||||
|
# SUBTRACT LINK32 /debug
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
@ -176,6 +293,10 @@ LINK32=link.exe
|
|||||||
# Name "mysqld - Win32 nt"
|
# Name "mysqld - Win32 nt"
|
||||||
# Name "mysqld - Win32 Max nt"
|
# Name "mysqld - Win32 Max nt"
|
||||||
# Name "mysqld - Win32 Max"
|
# Name "mysqld - Win32 Max"
|
||||||
|
# Name "mysqld - Win32 classic"
|
||||||
|
# Name "mysqld - Win32 pro"
|
||||||
|
# Name "mysqld - Win32 classic nt"
|
||||||
|
# Name "mysqld - Win32 pro nt"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\client.c
|
SOURCE=.\client.c
|
||||||
@ -193,6 +314,14 @@ SOURCE=.\client.c
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -213,6 +342,14 @@ SOURCE=.\derror.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -241,6 +378,14 @@ SOURCE=.\field.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -261,6 +406,14 @@ SOURCE=.\field_conv.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -281,6 +434,14 @@ SOURCE=.\filesort.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -333,6 +494,14 @@ SOURCE=.\handler.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -352,6 +521,14 @@ SOURCE=.\hash_filo.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -375,6 +552,14 @@ SOURCE=.\hostname.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -395,6 +580,14 @@ SOURCE=.\init.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -415,6 +608,14 @@ SOURCE=.\item.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -435,6 +636,14 @@ SOURCE=.\item_buff.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -455,6 +664,14 @@ SOURCE=.\item_cmpfunc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -479,6 +696,14 @@ SOURCE=.\item_func.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -507,6 +732,14 @@ SOURCE=.\item_strfunc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -531,6 +764,14 @@ SOURCE=.\item_sum.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -550,6 +791,14 @@ SOURCE=.\item_timefunc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -570,6 +819,14 @@ SOURCE=.\item_uniq.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -590,6 +847,14 @@ SOURCE=.\key.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -610,6 +875,14 @@ SOURCE=.\lock.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -630,6 +903,14 @@ SOURCE=.\log.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -653,6 +934,14 @@ SOURCE=.\mf_iocache.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -677,6 +966,14 @@ SOURCE=.\mysqld.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -700,6 +997,14 @@ SOURCE=.\nt_servc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -723,6 +1028,14 @@ SOURCE=.\opt_range.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -754,6 +1067,14 @@ SOURCE=.\password.c
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -774,6 +1095,14 @@ SOURCE=.\procedure.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -802,6 +1131,14 @@ SOURCE=.\records.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -858,6 +1195,14 @@ SOURCE=.\sql_acl.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -882,6 +1227,14 @@ SOURCE=.\sql_base.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -906,6 +1259,14 @@ SOURCE=.\sql_class.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -938,6 +1299,14 @@ SOURCE=.\sql_db.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -958,6 +1327,14 @@ SOURCE=.\sql_delete.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -998,6 +1375,14 @@ SOURCE=.\sql_insert.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1018,6 +1403,14 @@ SOURCE=.\sql_lex.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1038,6 +1431,14 @@ SOURCE=.\sql_list.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1058,6 +1459,14 @@ SOURCE=.\sql_load.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1082,6 +1491,14 @@ SOURCE=.\sql_map.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1102,6 +1519,14 @@ SOURCE=.\sql_parse.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1134,6 +1559,14 @@ SOURCE=.\sql_select.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1154,6 +1587,14 @@ SOURCE=.\sql_show.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1178,6 +1619,14 @@ SOURCE=.\sql_string.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1198,6 +1647,14 @@ SOURCE=.\sql_table.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1218,6 +1675,14 @@ SOURCE=.\sql_test.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1246,6 +1711,14 @@ SOURCE=.\sql_update.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1266,6 +1739,14 @@ SOURCE=.\sql_yacc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1286,6 +1767,14 @@ SOURCE=.\strfunc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1310,6 +1799,14 @@ SOURCE=.\thr_malloc.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1330,6 +1827,14 @@ SOURCE=.\time.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
@ -1354,6 +1859,14 @@ SOURCE=.\unireg.cpp
|
|||||||
|
|
||||||
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 classic nt"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "mysqld - Win32 pro nt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -26,6 +26,7 @@ CFG=strings - Win32 Debug
|
|||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=xicl6.exe
|
CPP=xicl6.exe
|
||||||
|
CPP=xicl6.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "strings - Win32 Release"
|
!IF "$(CFG)" == "strings - Win32 Release"
|
||||||
@ -41,7 +42,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
@ -192,10 +193,6 @@ SOURCE=.\longlong2str.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\strnlen.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\my_strtoll10.c
|
SOURCE=.\my_strtoll10.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -42,7 +42,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /W3 /O2 /I "../include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /W3 /O2 /I "../include" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
@ -42,7 +42,7 @@ RSC=rc.exe
|
|||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x40b /d "NDEBUG"
|
# ADD BASE RSC /l 0x40b /d "NDEBUG"
|
||||||
# ADD RSC /l 0x40b /d "NDEBUG"
|
# ADD RSC /l 0x40b /d "NDEBUG"
|
||||||
|
@ -41,7 +41,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
|
@ -41,7 +41,7 @@ RSC=rc.exe
|
|||||||
# PROP Intermediate_Dir "release"
|
# PROP Intermediate_Dir "release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||||
# ADD CPP /nologo /G6 /MT /W3 /O2 /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
|
@ -29,6 +29,6 @@ typedef struct st_line_buffer
|
|||||||
} LINE_BUFFER;
|
} LINE_BUFFER;
|
||||||
|
|
||||||
extern LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file);
|
extern LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file);
|
||||||
extern LINE_BUFFER *batch_readline_command(my_string str);
|
extern LINE_BUFFER *batch_readline_command(LINE_BUFFER *buffer, my_string str);
|
||||||
extern char *batch_readline(LINE_BUFFER *buffer);
|
extern char *batch_readline(LINE_BUFFER *buffer);
|
||||||
extern void batch_readline_end(LINE_BUFFER *buffer);
|
extern void batch_readline_end(LINE_BUFFER *buffer);
|
||||||
|
@ -371,10 +371,16 @@ int main(int argc,char *argv[])
|
|||||||
!(status.line_buff=batch_readline_init(max_allowed_packet+512,stdin)))
|
!(status.line_buff=batch_readline_init(max_allowed_packet+512,stdin)))
|
||||||
{
|
{
|
||||||
free_defaults(defaults_argv);
|
free_defaults(defaults_argv);
|
||||||
|
my_end(0);
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
if (mysql_server_init(0, NULL, (char**) server_default_groups))
|
||||||
|
{
|
||||||
|
free_defaults(defaults_argv);
|
||||||
|
my_end(0);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
glob_buffer.realloc(512);
|
glob_buffer.realloc(512);
|
||||||
mysql_server_init(0, NULL, (char**) server_default_groups);
|
|
||||||
completion_hash_init(&ht, 128);
|
completion_hash_init(&ht, 128);
|
||||||
init_alloc_root(&hash_mem_root, 16384, 0);
|
init_alloc_root(&hash_mem_root, 16384, 0);
|
||||||
bzero((char*) &mysql, sizeof(mysql));
|
bzero((char*) &mysql, sizeof(mysql));
|
||||||
@ -494,7 +500,7 @@ static struct my_option my_long_options[] =
|
|||||||
"No automatic rehashing. One has to use 'rehash' to get table and field completion. This gives a quicker start of mysql and disables rehashing on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead.",
|
"No automatic rehashing. One has to use 'rehash' to get table and field completion. This gives a quicker start of mysql and disables rehashing on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead.",
|
||||||
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"batch", 'B',
|
{"batch", 'B',
|
||||||
"Print results with a tab as separator, each row on new line. Doesn't use history file.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
"Don't use history file. Disable interactive behavior. (Enables --silent)", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"character-sets-dir", OPT_CHARSETS_DIR,
|
{"character-sets-dir", OPT_CHARSETS_DIR,
|
||||||
"Directory where character sets are.", (gptr*) &charsets_dir,
|
"Directory where character sets are.", (gptr*) &charsets_dir,
|
||||||
(gptr*) &charsets_dir, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
(gptr*) &charsets_dir, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
@ -515,7 +521,7 @@ static struct my_option my_long_options[] =
|
|||||||
(gptr*) ¤t_db, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
(gptr*) ¤t_db, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"delimiter", OPT_DELIMITER, "Delimiter to be used.", (gptr*) &delimiter_str,
|
{"delimiter", OPT_DELIMITER, "Delimiter to be used.", (gptr*) &delimiter_str,
|
||||||
(gptr*) &delimiter_str, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
(gptr*) &delimiter_str, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"execute", 'e', "Execute command and quit. (Output like with --batch).", 0,
|
{"execute", 'e', "Execute command and quit. (Disables --force and history file)", 0,
|
||||||
0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"vertical", 'E', "Print the output of a query (rows) vertically.",
|
{"vertical", 'E', "Print the output of a query (rows) vertically.",
|
||||||
(gptr*) &vertical, (gptr*) &vertical, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0,
|
(gptr*) &vertical, (gptr*) &vertical, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0,
|
||||||
@ -597,7 +603,7 @@ static struct my_option my_long_options[] =
|
|||||||
0, 0, 0},
|
0, 0, 0},
|
||||||
{"reconnect", OPT_RECONNECT, "Reconnect if the connection is lost. Disable with --disable-reconnect. This option is enabled by default.",
|
{"reconnect", OPT_RECONNECT, "Reconnect if the connection is lost. Disable with --disable-reconnect. This option is enabled by default.",
|
||||||
(gptr*) &opt_reconnect, (gptr*) &opt_reconnect, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
(gptr*) &opt_reconnect, (gptr*) &opt_reconnect, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
||||||
{"silent", 's', "Be more silent.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0,
|
{"silent", 's', "Be more silent. Print results with a tab as separator, each row on new line.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0,
|
||||||
0, 0},
|
0, 0},
|
||||||
#ifdef HAVE_SMEM
|
#ifdef HAVE_SMEM
|
||||||
{"shared_memory_base_name", OPT_SHARED_MEMORY_BASE_NAME,
|
{"shared_memory_base_name", OPT_SHARED_MEMORY_BASE_NAME,
|
||||||
@ -663,6 +669,10 @@ static struct my_option my_long_options[] =
|
|||||||
|
|
||||||
static void usage(int version)
|
static void usage(int version)
|
||||||
{
|
{
|
||||||
|
/* Divert all help information on NetWare to logger screen. */
|
||||||
|
#ifdef __NETWARE__
|
||||||
|
#define printf consoleprintf
|
||||||
|
#endif
|
||||||
printf("%s Ver %s Distrib %s, for %s (%s)\n",
|
printf("%s Ver %s Distrib %s, for %s (%s)\n",
|
||||||
my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
|
my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
|
||||||
if (version)
|
if (version)
|
||||||
@ -675,8 +685,13 @@ and you are welcome to modify and redistribute it under the GPL license\n");
|
|||||||
my_print_help(my_long_options);
|
my_print_help(my_long_options);
|
||||||
print_defaults("my", load_default_groups);
|
print_defaults("my", load_default_groups);
|
||||||
my_print_variables(my_long_options);
|
my_print_variables(my_long_options);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
|
#ifdef __NETWARE__
|
||||||
|
#undef printf
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static my_bool
|
static my_bool
|
||||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
char *argument)
|
char *argument)
|
||||||
@ -755,10 +770,10 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
|||||||
case 'e':
|
case 'e':
|
||||||
status.batch= 1;
|
status.batch= 1;
|
||||||
status.add_to_history= 0;
|
status.add_to_history= 0;
|
||||||
batch_readline_end(status.line_buff); // If multiple -e
|
if (!status.line_buff)
|
||||||
if (!(status.line_buff= batch_readline_command(argument)))
|
ignore_errors= 0; // do it for the first -e only
|
||||||
|
if (!(status.line_buff= batch_readline_command(status.line_buff, argument)))
|
||||||
return 1;
|
return 1;
|
||||||
ignore_errors= 0;
|
|
||||||
break;
|
break;
|
||||||
case 'o':
|
case 'o':
|
||||||
if (argument == disabled_my_option)
|
if (argument == disabled_my_option)
|
||||||
@ -798,12 +813,9 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
|||||||
verbose++;
|
verbose++;
|
||||||
break;
|
break;
|
||||||
case 'B':
|
case 'B':
|
||||||
if (!status.batch)
|
|
||||||
{
|
|
||||||
status.batch= 1;
|
status.batch= 1;
|
||||||
status.add_to_history= 0;
|
status.add_to_history= 0;
|
||||||
opt_silent++; // more silent
|
set_if_bigger(opt_silent,1); // more silent
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case 'W':
|
case 'W':
|
||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
@ -913,6 +925,7 @@ static int read_lines(bool execute_commands)
|
|||||||
#ifdef __NETWARE__
|
#ifdef __NETWARE__
|
||||||
line=fgets(linebuffer, sizeof(linebuffer)-1, stdin);
|
line=fgets(linebuffer, sizeof(linebuffer)-1, stdin);
|
||||||
/* Remove the '\n' */
|
/* Remove the '\n' */
|
||||||
|
if (line)
|
||||||
{
|
{
|
||||||
char *p = strrchr(line, '\n');
|
char *p = strrchr(line, '\n');
|
||||||
if (p != NULL)
|
if (p != NULL)
|
||||||
@ -928,7 +941,11 @@ static int read_lines(bool execute_commands)
|
|||||||
line= readline(prompt);
|
line= readline(prompt);
|
||||||
#endif /* defined( __WIN__) || defined(OS2) || defined(__NETWARE__) */
|
#endif /* defined( __WIN__) || defined(OS2) || defined(__NETWARE__) */
|
||||||
|
|
||||||
if (opt_outfile)
|
/*
|
||||||
|
When Ctrl+d or Ctrl+z is pressed, the line may be NULL on some OS
|
||||||
|
which may cause coredump.
|
||||||
|
*/
|
||||||
|
if (opt_outfile && line)
|
||||||
fprintf(OUTFILE, "%s\n", line);
|
fprintf(OUTFILE, "%s\n", line);
|
||||||
}
|
}
|
||||||
if (!line) // End of file
|
if (!line) // End of file
|
||||||
@ -1108,11 +1125,8 @@ static bool add_line(String &buffer,char *line,char *in_string,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int error= com_go(&buffer, 0);
|
if (com_go(&buffer, 0) > 0) // < 0 is not fatal
|
||||||
if (error)
|
return 1;
|
||||||
{
|
|
||||||
return error < 0 ? 0 : 1; // < 0 is not fatal
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
buffer.length(0);
|
buffer.length(0);
|
||||||
out= line;
|
out= line;
|
||||||
@ -1245,7 +1259,6 @@ static void fix_history(String *final_command)
|
|||||||
static int not_in_history(const char *line)
|
static int not_in_history(const char *line)
|
||||||
{
|
{
|
||||||
HIST_ENTRY *oldhist = history_get(history_length);
|
HIST_ENTRY *oldhist = history_get(history_length);
|
||||||
int num;
|
|
||||||
|
|
||||||
if (oldhist == 0)
|
if (oldhist == 0)
|
||||||
return 1;
|
return 1;
|
||||||
@ -1595,7 +1608,6 @@ static int com_server_help(String *buffer __attribute__((unused)),
|
|||||||
const char *server_cmd= buffer->ptr();
|
const char *server_cmd= buffer->ptr();
|
||||||
char cmd_buf[100];
|
char cmd_buf[100];
|
||||||
MYSQL_RES *result;
|
MYSQL_RES *result;
|
||||||
MYSQL_FIELD *fields;
|
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
if (help_arg[0] != '\'')
|
if (help_arg[0] != '\'')
|
||||||
@ -1621,7 +1633,7 @@ static int com_server_help(String *buffer __attribute__((unused)),
|
|||||||
{
|
{
|
||||||
unsigned int num_fields= mysql_num_fields(result);
|
unsigned int num_fields= mysql_num_fields(result);
|
||||||
my_ulonglong num_rows= mysql_num_rows(result);
|
my_ulonglong num_rows= mysql_num_rows(result);
|
||||||
fields= mysql_fetch_fields(result);
|
mysql_fetch_fields(result);
|
||||||
if (num_fields==3 && num_rows==1)
|
if (num_fields==3 && num_rows==1)
|
||||||
{
|
{
|
||||||
if (!(cur= mysql_fetch_row(result)))
|
if (!(cur= mysql_fetch_row(result)))
|
||||||
@ -2386,10 +2398,8 @@ static int
|
|||||||
com_quit(String *buffer __attribute__((unused)),
|
com_quit(String *buffer __attribute__((unused)),
|
||||||
char *line __attribute__((unused)))
|
char *line __attribute__((unused)))
|
||||||
{
|
{
|
||||||
#ifdef __NETWARE__
|
/* let the screen auto close on a normal shutdown */
|
||||||
// let the screen auto close on a normal shutdown
|
NETWARE_SET_SCREEN_MODE(SCR_AUTOCLOSE_ON_EXIT);
|
||||||
setscreenmode(SCR_AUTOCLOSE_ON_EXIT);
|
|
||||||
#endif
|
|
||||||
status.exit_status=0;
|
status.exit_status=0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
@ -2410,6 +2420,10 @@ static int
|
|||||||
com_shell(String *buffer, char *line __attribute__((unused)))
|
com_shell(String *buffer, char *line __attribute__((unused)))
|
||||||
{
|
{
|
||||||
char *shell_cmd;
|
char *shell_cmd;
|
||||||
|
|
||||||
|
/* Skip space from line begin */
|
||||||
|
while (my_isspace(charset_info, *line))
|
||||||
|
line++;
|
||||||
if (!(shell_cmd = strchr(line, ' ')))
|
if (!(shell_cmd = strchr(line, ' ')))
|
||||||
{
|
{
|
||||||
put_info("Usage: \\! shell-command", INFO_ERROR);
|
put_info("Usage: \\! shell-command", INFO_ERROR);
|
||||||
@ -2991,7 +3005,7 @@ void tee_fprintf(FILE *file, const char *fmt, ...)
|
|||||||
{
|
{
|
||||||
va_list args;
|
va_list args;
|
||||||
|
|
||||||
NETWARE_YIELD
|
NETWARE_YIELD;
|
||||||
va_start(args, fmt);
|
va_start(args, fmt);
|
||||||
(void) vfprintf(file, fmt, args);
|
(void) vfprintf(file, fmt, args);
|
||||||
#ifdef OS2
|
#ifdef OS2
|
||||||
@ -3005,7 +3019,7 @@ void tee_fprintf(FILE *file, const char *fmt, ...)
|
|||||||
|
|
||||||
void tee_fputs(const char *s, FILE *file)
|
void tee_fputs(const char *s, FILE *file)
|
||||||
{
|
{
|
||||||
NETWARE_YIELD
|
NETWARE_YIELD;
|
||||||
fputs(s, file);
|
fputs(s, file);
|
||||||
#ifdef OS2
|
#ifdef OS2
|
||||||
fflush( file);
|
fflush( file);
|
||||||
@ -3017,7 +3031,7 @@ void tee_fputs(const char *s, FILE *file)
|
|||||||
|
|
||||||
void tee_puts(const char *s, FILE *file)
|
void tee_puts(const char *s, FILE *file)
|
||||||
{
|
{
|
||||||
NETWARE_YIELD
|
NETWARE_YIELD;
|
||||||
fputs(s, file);
|
fputs(s, file);
|
||||||
fputs("\n", file);
|
fputs("\n", file);
|
||||||
#ifdef OS2
|
#ifdef OS2
|
||||||
|
@ -874,11 +874,13 @@ static int execute_commands(MYSQL *mysql,int argc, char **argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
printf("%s Ver %s Distrib %s, for %s on %s\n",my_progname,ADMIN_VERSION,
|
printf("%s Ver %s Distrib %s, for %s on %s\n",my_progname,ADMIN_VERSION,
|
||||||
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -921,6 +923,8 @@ static void usage(void)
|
|||||||
version Get version info from server");
|
version Get version info from server");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
static int drop_db(MYSQL *mysql, const char *db)
|
static int drop_db(MYSQL *mysql, const char *db)
|
||||||
{
|
{
|
||||||
char name_buff[FN_REFLEN+20], buf[10];
|
char name_buff[FN_REFLEN+20], buf[10];
|
||||||
|
@ -61,7 +61,7 @@ static const char *load_default_groups[]= { "mysqlbinlog","client",0 };
|
|||||||
|
|
||||||
void sql_print_error(const char *format, ...);
|
void sql_print_error(const char *format, ...);
|
||||||
|
|
||||||
static bool one_database = 0;
|
static bool one_database=0, to_last_remote_log= 0;
|
||||||
static const char* database= 0;
|
static const char* database= 0;
|
||||||
static my_bool force_opt= 0, short_form= 0, remote_opt= 0;
|
static my_bool force_opt= 0, short_form= 0, remote_opt= 0;
|
||||||
static ulonglong offset = 0;
|
static ulonglong offset = 0;
|
||||||
@ -489,6 +489,12 @@ static struct my_option my_long_options[] =
|
|||||||
{"socket", 'S', "Socket file to use for connection.",
|
{"socket", 'S', "Socket file to use for connection.",
|
||||||
(gptr*) &sock, (gptr*) &sock, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0,
|
(gptr*) &sock, (gptr*) &sock, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0,
|
||||||
0, 0},
|
0, 0},
|
||||||
|
{"to-last-log", 't', "Requires -R. Will not stop at the end of the \
|
||||||
|
requested binlog but rather continue printing until the end of the last \
|
||||||
|
binlog of the MySQL server. If you send the output to the same MySQL server, \
|
||||||
|
that may lead to an endless loop.",
|
||||||
|
(gptr*) &to_last_remote_log, (gptr*) &to_last_remote_log, 0, GET_BOOL,
|
||||||
|
NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"user", 'u', "Connect to the remote server as username.",
|
{"user", 'u', "Connect to the remote server as username.",
|
||||||
(gptr*) &user, (gptr*) &user, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0,
|
(gptr*) &user, (gptr*) &user, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0,
|
||||||
0, 0},
|
0, 0},
|
||||||
@ -533,9 +539,12 @@ static void die(const char* fmt, ...)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version()
|
static void print_version()
|
||||||
{
|
{
|
||||||
printf("%s Ver 3.1 for %s at %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
|
printf("%s Ver 3.1 for %s at %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -554,6 +563,8 @@ the mysql command line client\n\n");
|
|||||||
my_print_variables(my_long_options);
|
my_print_variables(my_long_options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
extern "C" my_bool
|
extern "C" my_bool
|
||||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
char *argument)
|
char *argument)
|
||||||
@ -768,7 +779,6 @@ could be out of memory");
|
|||||||
len - 1, &error,
|
len - 1, &error,
|
||||||
description_event);
|
description_event);
|
||||||
if (!ev)
|
if (!ev)
|
||||||
{
|
|
||||||
fprintf(stderr, "Could not construct log event object\n");
|
fprintf(stderr, "Could not construct log event object\n");
|
||||||
DBUG_RETURN(1);
|
DBUG_RETURN(1);
|
||||||
}
|
}
|
||||||
@ -795,7 +805,7 @@ could be out of memory");
|
|||||||
part of our log) and then we will stop when we receive the fake one
|
part of our log) and then we will stop when we receive the fake one
|
||||||
soon.
|
soon.
|
||||||
*/
|
*/
|
||||||
if (rev->when == 0)
|
if ((rev->when == 0) && !to_last_remote_log)
|
||||||
{
|
{
|
||||||
if ((rev->ident_len != logname_len) ||
|
if ((rev->ident_len != logname_len) ||
|
||||||
memcmp(rev->new_log_ident, logname, logname_len))
|
memcmp(rev->new_log_ident, logname, logname_len))
|
||||||
@ -809,29 +819,6 @@ could be out of memory");
|
|||||||
}
|
}
|
||||||
if (process_event(&rec_count,&last_event_info,ev,old_off))
|
if (process_event(&rec_count,&last_event_info,ev,old_off))
|
||||||
DBUG_RETURN(1);
|
DBUG_RETURN(1);
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Load_log_event *le= (Load_log_event*)ev;
|
|
||||||
const char *old_fname= le->fname;
|
|
||||||
uint old_len= le->fname_len;
|
|
||||||
File file;
|
|
||||||
|
|
||||||
if ((file= load_processor.prepare_new_file_for_old_format(le,fname)) < 0)
|
|
||||||
DBUG_RETURN(1);
|
|
||||||
|
|
||||||
if (process_event(&rec_count,&last_event_info,ev,old_off))
|
|
||||||
{
|
|
||||||
my_close(file,MYF(MY_WME));
|
|
||||||
DBUG_RETURN(1);
|
|
||||||
}
|
|
||||||
if (load_processor.load_old_format_file(net,old_fname,old_len,file))
|
|
||||||
{
|
|
||||||
my_close(file,MYF(MY_WME));
|
|
||||||
DBUG_RETURN(1);
|
|
||||||
}
|
|
||||||
my_close(file,MYF(MY_WME));
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
Let's adjust offset for remote log as for local log to produce
|
Let's adjust offset for remote log as for local log to produce
|
||||||
similar text. As we don't print the fake Rotate event, all events are
|
similar text. As we don't print the fake Rotate event, all events are
|
||||||
|
@ -172,10 +172,13 @@ static void print_result();
|
|||||||
static char *fix_table_name(char *dest, char *src);
|
static char *fix_table_name(char *dest, char *src);
|
||||||
int what_to_do = 0;
|
int what_to_do = 0;
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, CHECK_VERSION,
|
printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, CHECK_VERSION,
|
||||||
MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
|
MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
} /* print_version */
|
} /* print_version */
|
||||||
|
|
||||||
|
|
||||||
@ -206,6 +209,7 @@ static void usage(void)
|
|||||||
my_print_variables(my_long_options);
|
my_print_variables(my_long_options);
|
||||||
} /* usage */
|
} /* usage */
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
static my_bool
|
static my_bool
|
||||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
|
@ -241,10 +241,10 @@ static struct my_option my_long_options[] =
|
|||||||
{"no-data", 'd', "No row information.", (gptr*) &dFlag, (gptr*) &dFlag, 0,
|
{"no-data", 'd', "No row information.", (gptr*) &dFlag, (gptr*) &dFlag, 0,
|
||||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"no-set-names", 'N',
|
{"no-set-names", 'N',
|
||||||
"'SET NAMES charset_name' will not be put in the output. Deprecated, use --set-charset or --skip-set-charset to enable/disable charset settings instead",
|
"Deprecated, use --set-charset or --skip-set-charset to enable/disable charset settings instead",
|
||||||
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"set-charset", OPT_SET_CHARSET,
|
{"set-charset", OPT_SET_CHARSET,
|
||||||
"'SET NAMES charset_name' will be put in the output",
|
"'SET CHARACTER_SET_CLIENT=default_character_set' will be put in the output",
|
||||||
(gptr*) &opt_set_charset, (gptr*) &opt_set_charset, 0, GET_BOOL, NO_ARG, 1,
|
(gptr*) &opt_set_charset, (gptr*) &opt_set_charset, 0, GET_BOOL, NO_ARG, 1,
|
||||||
0, 0, 0, 0, 0},
|
0, 0, 0, 0, 0},
|
||||||
{"set-variable", 'O',
|
{"set-variable", 'O',
|
||||||
@ -332,11 +332,13 @@ static int dump_all_databases();
|
|||||||
static char *quote_name(const char *name, char *buff, my_bool force);
|
static char *quote_name(const char *name, char *buff, my_bool force);
|
||||||
static const char *check_if_ignore_table(const char *table_name);
|
static const char *check_if_ignore_table(const char *table_name);
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
printf("%s Ver %s Distrib %s, for %s (%s)\n",my_progname,DUMP_VERSION,
|
printf("%s Ver %s Distrib %s, for %s (%s)\n",my_progname,DUMP_VERSION,
|
||||||
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
} /* print_version */
|
} /* print_version */
|
||||||
|
|
||||||
|
|
||||||
@ -346,8 +348,10 @@ static void short_usage_sub(void)
|
|||||||
printf("OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n",
|
printf("OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n",
|
||||||
my_progname);
|
my_progname);
|
||||||
printf("OR %s [OPTIONS] --all-databases [OPTIONS]\n", my_progname);
|
printf("OR %s [OPTIONS] --all-databases [OPTIONS]\n", my_progname);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
print_version();
|
print_version();
|
||||||
@ -367,6 +371,8 @@ static void short_usage(void)
|
|||||||
printf("For more options, use %s --help\n", my_progname);
|
printf("For more options, use %s --help\n", my_progname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
|
|
||||||
static void write_header(FILE *sql_file, char *db_name)
|
static void write_header(FILE *sql_file, char *db_name)
|
||||||
{
|
{
|
||||||
@ -1264,18 +1270,32 @@ static char *field_escape(char *to,const char *from,uint length)
|
|||||||
} /* field_escape */
|
} /* field_escape */
|
||||||
|
|
||||||
|
|
||||||
|
static char *alloc_query_str(ulong size)
|
||||||
|
{
|
||||||
|
char *query;
|
||||||
|
|
||||||
|
if (!(query= (char*) my_malloc(size, MYF(MY_WME))))
|
||||||
|
{
|
||||||
|
ignore_errors= 0; /* Fatal error */
|
||||||
|
safe_exit(EX_MYSQLERR); /* Force exit */
|
||||||
|
}
|
||||||
|
return query;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** dumpTable saves database contents as a series of INSERT statements.
|
** dumpTable saves database contents as a series of INSERT statements.
|
||||||
*/
|
*/
|
||||||
static void dumpTable(uint numFields, char *table)
|
static void dumpTable(uint numFields, char *table)
|
||||||
{
|
{
|
||||||
char query[QUERY_LENGTH], *end, buff[256],table_buff[NAME_LEN+3];
|
char query_buf[QUERY_LENGTH], *end, buff[256],table_buff[NAME_LEN+3];
|
||||||
char *result_table, table_buff2[NAME_LEN*2+3], *opt_quoted_table;
|
char *result_table, table_buff2[NAME_LEN*2+3], *opt_quoted_table;
|
||||||
|
char *query= query_buf;
|
||||||
MYSQL_RES *res;
|
MYSQL_RES *res;
|
||||||
MYSQL_FIELD *field;
|
MYSQL_FIELD *field;
|
||||||
MYSQL_ROW row;
|
MYSQL_ROW row;
|
||||||
ulong rownr, row_break, total_length, init_length;
|
ulong rownr, row_break, total_length, init_length;
|
||||||
const char *table_type;
|
const char *table_type;
|
||||||
|
int error= 0;
|
||||||
|
|
||||||
result_table= quote_name(table,table_buff, 1);
|
result_table= quote_name(table,table_buff, 1);
|
||||||
opt_quoted_table= quote_name(table, table_buff2, 0);
|
opt_quoted_table= quote_name(table, table_buff2, 0);
|
||||||
@ -1321,8 +1341,11 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
sprintf(buff," FROM %s", result_table);
|
sprintf(buff," FROM %s", result_table);
|
||||||
end= strmov(end,buff);
|
end= strmov(end,buff);
|
||||||
if (where)
|
if (where)
|
||||||
end= strxmov(end, " WHERE ",where,NullS);
|
{
|
||||||
if (mysql_query(sock, query))
|
query= alloc_query_str((ulong) (strlen(where) + (end - query) + 10));
|
||||||
|
end= strxmov(query, query_buf, " WHERE ", where, NullS);
|
||||||
|
}
|
||||||
|
if (mysql_real_query(sock, query, (uint) (end - query)))
|
||||||
{
|
{
|
||||||
DBerror(sock, "when executing 'SELECT INTO OUTFILE'");
|
DBerror(sock, "when executing 'SELECT INTO OUTFILE'");
|
||||||
return;
|
return;
|
||||||
@ -1339,14 +1362,16 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
{
|
{
|
||||||
if (!opt_xml && opt_comments)
|
if (!opt_xml && opt_comments)
|
||||||
fprintf(md_result_file,"-- WHERE: %s\n",where);
|
fprintf(md_result_file,"-- WHERE: %s\n",where);
|
||||||
strxmov(strend(query), " WHERE ",where,NullS);
|
query= alloc_query_str((ulong) (strlen(where) + strlen(query) + 10));
|
||||||
|
strxmov(query, query_buf, " WHERE ", where, NullS);
|
||||||
}
|
}
|
||||||
if (!opt_xml && !opt_compact)
|
if (!opt_xml && !opt_compact)
|
||||||
fputs("\n", md_result_file);
|
fputs("\n", md_result_file);
|
||||||
if (mysql_query(sock, query))
|
if (mysql_query(sock, query))
|
||||||
{
|
{
|
||||||
DBerror(sock, "when retrieving data from server");
|
DBerror(sock, "when retrieving data from server");
|
||||||
return;
|
error= EX_CONSCHECK;
|
||||||
|
goto err;
|
||||||
}
|
}
|
||||||
if (quick)
|
if (quick)
|
||||||
res=mysql_use_result(sock);
|
res=mysql_use_result(sock);
|
||||||
@ -1355,7 +1380,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
if (!res)
|
if (!res)
|
||||||
{
|
{
|
||||||
DBerror(sock, "when retrieving data from server");
|
DBerror(sock, "when retrieving data from server");
|
||||||
return;
|
error= EX_CONSCHECK;
|
||||||
|
goto err;
|
||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
fprintf(stderr, "-- Retrieving rows...\n");
|
fprintf(stderr, "-- Retrieving rows...\n");
|
||||||
@ -1363,8 +1389,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
{
|
{
|
||||||
fprintf(stderr,"%s: Error in field count for table: %s ! Aborting.\n",
|
fprintf(stderr,"%s: Error in field count for table: %s ! Aborting.\n",
|
||||||
my_progname, result_table);
|
my_progname, result_table);
|
||||||
safe_exit(EX_CONSCHECK);
|
error= EX_CONSCHECK;
|
||||||
return;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opt_disable_keys)
|
if (opt_disable_keys)
|
||||||
@ -1402,8 +1428,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
sprintf(query,"%s: Not enough fields from table %s! Aborting.\n",
|
sprintf(query,"%s: Not enough fields from table %s! Aborting.\n",
|
||||||
my_progname, result_table);
|
my_progname, result_table);
|
||||||
fputs(query,stderr);
|
fputs(query,stderr);
|
||||||
safe_exit(EX_CONSCHECK);
|
error= EX_CONSCHECK;
|
||||||
return;
|
goto err;
|
||||||
}
|
}
|
||||||
if (extended_insert)
|
if (extended_insert)
|
||||||
{
|
{
|
||||||
@ -1422,7 +1448,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
if (dynstr_realloc(&extended_row,length * 2+2))
|
if (dynstr_realloc(&extended_row,length * 2+2))
|
||||||
{
|
{
|
||||||
fputs("Aborting dump (out of memory)",stderr);
|
fputs("Aborting dump (out of memory)",stderr);
|
||||||
safe_exit(EX_EOM);
|
error= EX_EOM;
|
||||||
|
goto err;
|
||||||
}
|
}
|
||||||
dynstr_append(&extended_row,"'");
|
dynstr_append(&extended_row,"'");
|
||||||
extended_row.length +=
|
extended_row.length +=
|
||||||
@ -1458,7 +1485,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
else if (dynstr_append(&extended_row,"NULL"))
|
else if (dynstr_append(&extended_row,"NULL"))
|
||||||
{
|
{
|
||||||
fputs("Aborting dump (out of memory)",stderr);
|
fputs("Aborting dump (out of memory)",stderr);
|
||||||
safe_exit(EX_EOM);
|
error= EX_EOM;
|
||||||
|
goto err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -1552,8 +1580,8 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
result_table,
|
result_table,
|
||||||
rownr);
|
rownr);
|
||||||
fputs(query,stderr);
|
fputs(query,stderr);
|
||||||
safe_exit(EX_CONSCHECK);
|
error= EX_CONSCHECK;
|
||||||
return;
|
goto err;
|
||||||
}
|
}
|
||||||
if (opt_lock)
|
if (opt_lock)
|
||||||
fputs("UNLOCK TABLES;\n", md_result_file);
|
fputs("UNLOCK TABLES;\n", md_result_file);
|
||||||
@ -1563,7 +1591,16 @@ static void dumpTable(uint numFields, char *table)
|
|||||||
if (opt_autocommit)
|
if (opt_autocommit)
|
||||||
fprintf(md_result_file, "commit;\n");
|
fprintf(md_result_file, "commit;\n");
|
||||||
mysql_free_result(res);
|
mysql_free_result(res);
|
||||||
|
if (query != query_buf)
|
||||||
|
my_free(query, MYF(MY_ALLOW_ZERO_PTR));
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
|
|
||||||
|
err:
|
||||||
|
if (query != query_buf)
|
||||||
|
my_free(query, MYF(MY_ALLOW_ZERO_PTR));
|
||||||
|
safe_exit(error);
|
||||||
|
return;
|
||||||
} /* dumpTable */
|
} /* dumpTable */
|
||||||
|
|
||||||
|
|
||||||
|
@ -147,14 +147,16 @@ static struct my_option my_long_options[] =
|
|||||||
|
|
||||||
static const char *load_default_groups[]= { "mysqlimport","client",0 };
|
static const char *load_default_groups[]= { "mysqlimport","client",0 };
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
printf("%s Ver %s Distrib %s, for %s (%s)\n" ,my_progname,
|
printf("%s Ver %s Distrib %s, for %s (%s)\n" ,my_progname,
|
||||||
IMPORT_VERSION, MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
IMPORT_VERSION, MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
print_version();
|
print_version();
|
||||||
@ -173,6 +175,7 @@ file. The SQL command 'LOAD DATA INFILE' is used to import the rows.\n");
|
|||||||
my_print_variables(my_long_options);
|
my_print_variables(my_long_options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
static my_bool
|
static my_bool
|
||||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
|
@ -209,12 +209,16 @@ static struct my_option my_long_options[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#include <help_start.h>
|
||||||
|
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
printf("%s Ver %s Distrib %s, for %s (%s)\n",my_progname,SHOW_VERSION,
|
printf("%s Ver %s Distrib %s, for %s (%s)\n",my_progname,SHOW_VERSION,
|
||||||
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
|
||||||
|
NETWARE_SET_SCREEN_MODE(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
print_version();
|
print_version();
|
||||||
@ -234,6 +238,8 @@ are shown");
|
|||||||
my_print_variables(my_long_options);
|
my_print_variables(my_long_options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include <help_end.h>
|
||||||
|
|
||||||
static my_bool
|
static my_bool
|
||||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
char *argument)
|
char *argument)
|
||||||
|
@ -109,7 +109,7 @@ MYSQL_MANAGER* manager=0;
|
|||||||
|
|
||||||
static char **default_argv;
|
static char **default_argv;
|
||||||
static const char *load_default_groups[]= { "mysqltest","client",0 };
|
static const char *load_default_groups[]= { "mysqltest","client",0 };
|
||||||
static char line_buffer[MAX_DELIMITER], *line_buffer_pos= line_buffer;;
|
static char line_buffer[MAX_DELIMITER], *line_buffer_pos= line_buffer;
|
||||||
|
|
||||||
static FILE* file_stack[MAX_INCLUDE_DEPTH];
|
static FILE* file_stack[MAX_INCLUDE_DEPTH];
|
||||||
static FILE** cur_file;
|
static FILE** cur_file;
|
||||||
@ -180,6 +180,17 @@ typedef struct
|
|||||||
int alloced;
|
int alloced;
|
||||||
} VAR;
|
} VAR;
|
||||||
|
|
||||||
|
#ifdef __NETWARE__
|
||||||
|
/*
|
||||||
|
Netware doesn't proved environment variable substitution that is done
|
||||||
|
by the shell in unix environments. We do this in the following function:
|
||||||
|
*/
|
||||||
|
|
||||||
|
static char *subst_env_var(const char *cmd);
|
||||||
|
static int my_popen(const char *cmd, const char *mode);
|
||||||
|
#define popen(A,B) my_popen((A),(B))
|
||||||
|
#endif /* __NETWARE__ */
|
||||||
|
|
||||||
VAR var_reg[10];
|
VAR var_reg[10];
|
||||||
/*Perl/shell-like variable registers */
|
/*Perl/shell-like variable registers */
|
||||||
HASH var_hash;
|
HASH var_hash;
|
||||||
@ -929,6 +940,7 @@ int do_exec(struct st_query* q)
|
|||||||
DBUG_RETURN(error);
|
DBUG_RETURN(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int var_query_set(VAR* v, const char* p, const char** p_end)
|
int var_query_set(VAR* v, const char* p, const char** p_end)
|
||||||
{
|
{
|
||||||
char* end = (char*)((p_end && *p_end) ? *p_end : p + strlen(p));
|
char* end = (char*)((p_end && *p_end) ? *p_end : p + strlen(p));
|
||||||
@ -3674,3 +3686,101 @@ static void get_replace_column(struct st_query *q)
|
|||||||
}
|
}
|
||||||
my_free(start, MYF(0));
|
my_free(start, MYF(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __NETWARE__
|
||||||
|
|
||||||
|
/*
|
||||||
|
Substitute environment variables with text.
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
subst_env_var()
|
||||||
|
arg String that should be substitute
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
This function takes a string as an input and replaces the
|
||||||
|
environment variables, that starts with '$' character, with it value.
|
||||||
|
|
||||||
|
NOTES
|
||||||
|
Return string must be freed with my_free()
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
String with environment variables replaced.
|
||||||
|
*/
|
||||||
|
|
||||||
|
static char *subst_env_var(const char *str)
|
||||||
|
{
|
||||||
|
char *result;
|
||||||
|
|
||||||
|
result= pos= my_malloc(MAX_QUERY, MYF(MY_FAE));
|
||||||
|
while (*str)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
need this only when we want to provide the functionality of
|
||||||
|
escaping through \ 'backslash'
|
||||||
|
if ((result == pos && *str=='$') ||
|
||||||
|
(result != pos && *str=='$' && str[-1] !='\\'))
|
||||||
|
*/
|
||||||
|
if (*str == '$')
|
||||||
|
{
|
||||||
|
char env_var[256], *env_pos= env_var, *subst;
|
||||||
|
|
||||||
|
/* Search for end of environment variable */
|
||||||
|
for (str++;
|
||||||
|
*str && !isspace(*str) && *str != '\\' && *str != '/' &&
|
||||||
|
*str != '$';
|
||||||
|
str++)
|
||||||
|
*env_pos++ *str;
|
||||||
|
*env_pos= 0;
|
||||||
|
|
||||||
|
if (!(subst= getenv(env_var)))
|
||||||
|
{
|
||||||
|
my_free(result, MYF(0));
|
||||||
|
die("MYSQLTEST.NLM: Environment variable %s is not defined\n",
|
||||||
|
env_var);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* get the string to be substitued for env_var */
|
||||||
|
pos= strmov(pos, subst);
|
||||||
|
/* Process delimiter in *str again */
|
||||||
|
}
|
||||||
|
else
|
||||||
|
*pos++= *str++;
|
||||||
|
}
|
||||||
|
*pos= 0;
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
popen replacement for Netware
|
||||||
|
|
||||||
|
SYNPOSIS
|
||||||
|
my_popen()
|
||||||
|
name Command to execute (with possible env variables)
|
||||||
|
mode Mode for popen.
|
||||||
|
|
||||||
|
NOTES
|
||||||
|
Environment variable expansion does not take place for popen function
|
||||||
|
on NetWare, so we use this function to wrap around popen to do this.
|
||||||
|
|
||||||
|
For the moment we ignore 'mode' and always use 'r0'
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
# >= 0 File handle
|
||||||
|
-1 Error
|
||||||
|
*/
|
||||||
|
|
||||||
|
#undef popen /* Remove wrapper */
|
||||||
|
|
||||||
|
int my_popen(const char *cmd, const char *mode __attribute__((unused)) t)
|
||||||
|
{
|
||||||
|
char *subst_cmd;
|
||||||
|
int res_file;
|
||||||
|
|
||||||
|
subst_cmd= subst_env_var(cmd);
|
||||||
|
res_file= popen(subst_cmd, "r0");
|
||||||
|
my_free(subst_cmd, MYF(0));
|
||||||
|
return res_file;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* __NETWARE__ */
|
||||||
|
@ -31,7 +31,8 @@ static char *intern_read_line(LINE_BUFFER *buffer,ulong *out_length);
|
|||||||
LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file)
|
LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file)
|
||||||
{
|
{
|
||||||
LINE_BUFFER *line_buff;
|
LINE_BUFFER *line_buff;
|
||||||
if (!(line_buff=(LINE_BUFFER*) my_malloc(sizeof(*line_buff),MYF(MY_WME))))
|
if (!(line_buff=(LINE_BUFFER*)
|
||||||
|
my_malloc(sizeof(*line_buff),MYF(MY_WME | MY_ZEROFILL))))
|
||||||
return 0;
|
return 0;
|
||||||
if (init_line_buffer(line_buff,fileno(file),IO_SIZE,max_size))
|
if (init_line_buffer(line_buff,fileno(file),IO_SIZE,max_size))
|
||||||
{
|
{
|
||||||
@ -67,10 +68,11 @@ void batch_readline_end(LINE_BUFFER *line_buff)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LINE_BUFFER *batch_readline_command(my_string str)
|
LINE_BUFFER *batch_readline_command(LINE_BUFFER *line_buff, my_string str)
|
||||||
{
|
{
|
||||||
LINE_BUFFER *line_buff;
|
if (!line_buff)
|
||||||
if (!(line_buff=(LINE_BUFFER*) my_malloc(sizeof(*line_buff),MYF(MY_WME))))
|
if (!(line_buff=(LINE_BUFFER*)
|
||||||
|
my_malloc(sizeof(*line_buff),MYF(MY_WME | MY_ZEROFILL))))
|
||||||
return 0;
|
return 0;
|
||||||
if (init_line_buffer_from_string(line_buff,str))
|
if (init_line_buffer_from_string(line_buff,str))
|
||||||
{
|
{
|
||||||
@ -88,7 +90,6 @@ LINE_BUFFER *batch_readline_command(my_string str)
|
|||||||
static bool
|
static bool
|
||||||
init_line_buffer(LINE_BUFFER *buffer,File file,ulong size,ulong max_buffer)
|
init_line_buffer(LINE_BUFFER *buffer,File file,ulong size,ulong max_buffer)
|
||||||
{
|
{
|
||||||
bzero((char*) buffer,sizeof(buffer[0]));
|
|
||||||
buffer->file=file;
|
buffer->file=file;
|
||||||
buffer->bufread=size;
|
buffer->bufread=size;
|
||||||
buffer->max_size=max_buffer;
|
buffer->max_size=max_buffer;
|
||||||
@ -100,19 +101,26 @@ init_line_buffer(LINE_BUFFER *buffer,File file,ulong size,ulong max_buffer)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
init_line_buffer_from_string can be called on the same buffer
|
||||||
|
several times. the resulting buffer will contain a
|
||||||
|
concatenation of all strings separated by spaces
|
||||||
|
*/
|
||||||
static bool init_line_buffer_from_string(LINE_BUFFER *buffer,my_string str)
|
static bool init_line_buffer_from_string(LINE_BUFFER *buffer,my_string str)
|
||||||
{
|
{
|
||||||
uint length;
|
uint old_length=buffer->end - buffer->buffer;
|
||||||
bzero((char*) buffer,sizeof(buffer[0]));
|
uint length= (uint) strlen(str);
|
||||||
length=(uint) strlen(str);
|
if (!(buffer->buffer= buffer->start_of_line= buffer->end_of_line=
|
||||||
if (!(buffer->buffer=buffer->start_of_line=buffer->end_of_line=
|
(char*)my_realloc(buffer->buffer, old_length+length+2,
|
||||||
(char*)my_malloc(length+2,MYF(MY_FAE))))
|
MYF(MY_FAE|MY_ALLOW_ZERO_PTR))))
|
||||||
return 1;
|
return 1;
|
||||||
memcpy(buffer->buffer,str,length);
|
buffer->end= buffer->buffer + old_length;
|
||||||
buffer->buffer[length]='\n';
|
if (old_length)
|
||||||
buffer->buffer[length+1]=0;
|
buffer->end[-1]=' ';
|
||||||
buffer->end=buffer->buffer+length+1;
|
memcpy(buffer->end, str, length);
|
||||||
|
buffer->end[length]= '\n';
|
||||||
|
buffer->end[length+1]= 0;
|
||||||
|
buffer->end+= length+1;
|
||||||
buffer->eof=1;
|
buffer->eof=1;
|
||||||
buffer->max_size=1;
|
buffer->max_size=1;
|
||||||
return 0;
|
return 0;
|
||||||
|
11
configure.in
@ -126,8 +126,10 @@ fi
|
|||||||
|
|
||||||
# The following hack should ensure that configure doesn't add optimizing
|
# The following hack should ensure that configure doesn't add optimizing
|
||||||
# or debugging flags to CFLAGS or CXXFLAGS
|
# or debugging flags to CFLAGS or CXXFLAGS
|
||||||
CFLAGS="$CFLAGS "
|
# C_EXTRA_FLAGS are flags that are automaticly added to both
|
||||||
CXXFLAGS="$CXXFLAGS "
|
# CFLAGS and CXXFLAGS
|
||||||
|
CFLAGS="$CFLAGS $C_EXTRA_FLAGS "
|
||||||
|
CXXFLAGS="$CXXFLAGS $C_EXTRA_FLAGS "
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
@ -1120,8 +1122,8 @@ dnl Is this the right match for DEC OSF on alpha?
|
|||||||
# Add library dependencies to mysqld_DEPENDENCIES
|
# Add library dependencies to mysqld_DEPENDENCIES
|
||||||
lib_DEPENDENCIES="\$(bdb_libs_with_path) \$(innodb_libs) \$(pstack_libs) \$(innodb_system_libs) \$(openssl_libs)"
|
lib_DEPENDENCIES="\$(bdb_libs_with_path) \$(innodb_libs) \$(pstack_libs) \$(innodb_system_libs) \$(openssl_libs)"
|
||||||
cat > $filesed << EOF
|
cat > $filesed << EOF
|
||||||
s,\(^.*\$(MAKE) gen_lex_hash\),#\1,
|
s,\(^.*\$(MAKE) gen_lex_hash\)\$(EXEEXT),#\1,
|
||||||
s,\(\./gen_lex_hash\),\1.linux,
|
s,\(\./gen_lex_hash\)\$(EXEEXT),\1.linux,
|
||||||
s%\(mysqld_DEPENDENCIES = \) %\1$lib_DEPENDENCIES %
|
s%\(mysqld_DEPENDENCIES = \) %\1$lib_DEPENDENCIES %
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
@ -2847,6 +2849,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
|
|||||||
include/Makefile sql-bench/Makefile tools/Makefile dnl
|
include/Makefile sql-bench/Makefile tools/Makefile dnl
|
||||||
tests/Makefile Docs/Makefile support-files/Makefile dnl
|
tests/Makefile Docs/Makefile support-files/Makefile dnl
|
||||||
support-files/MacOSX/Makefile mysql-test/Makefile dnl
|
support-files/MacOSX/Makefile mysql-test/Makefile dnl
|
||||||
|
netware/Makefile dnl
|
||||||
include/mysql_version.h dnl
|
include/mysql_version.h dnl
|
||||||
cmd-line-utils/Makefile dnl
|
cmd-line-utils/Makefile dnl
|
||||||
cmd-line-utils/libedit/Makefile dnl
|
cmd-line-utils/libedit/Makefile dnl
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include
|
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include @ndbcluster_includes@
|
||||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \
|
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \
|
||||||
../dbug/libdbug.a ../strings/libmystrings.a
|
../dbug/libdbug.a ../strings/libmystrings.a
|
||||||
bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \
|
bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \
|
||||||
|
@ -16,22 +16,34 @@
|
|||||||
|
|
||||||
/* Return error-text for system error messages and nisam messages */
|
/* Return error-text for system error messages and nisam messages */
|
||||||
|
|
||||||
#define PERROR_VERSION "2.9"
|
#define PERROR_VERSION "2.10"
|
||||||
|
|
||||||
#include <my_global.h>
|
#include <my_global.h>
|
||||||
#include <my_sys.h>
|
#include <my_sys.h>
|
||||||
#include <m_string.h>
|
#include <m_string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <my_getopt.h>
|
#include <my_getopt.h>
|
||||||
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
|
#include "../ndb/src/ndbapi/ndberror.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
static my_bool verbose, print_all_codes;
|
static my_bool verbose, print_all_codes;
|
||||||
|
|
||||||
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
|
static my_bool ndb_code;
|
||||||
|
static char ndb_string[1024];
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct my_option my_long_options[] =
|
static struct my_option my_long_options[] =
|
||||||
{
|
{
|
||||||
{"help", '?', "Displays this help and exits.", 0, 0, 0, GET_NO_ARG,
|
{"help", '?', "Displays this help and exits.", 0, 0, 0, GET_NO_ARG,
|
||||||
NO_ARG, 0, 0, 0, 0, 0, 0},
|
NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"info", 'I', "Synonym for --help.", 0, 0, 0, GET_NO_ARG,
|
{"info", 'I', "Synonym for --help.", 0, 0, 0, GET_NO_ARG,
|
||||||
NO_ARG, 0, 0, 0, 0, 0, 0},
|
NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
|
{"ndb", 0, "Ndbcluster storage engine specific error codes.", (gptr*) &ndb_code,
|
||||||
|
(gptr*) &ndb_code, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
||||||
|
#endif
|
||||||
#ifdef HAVE_SYS_ERRLIST
|
#ifdef HAVE_SYS_ERRLIST
|
||||||
{"all", 'a', "Print all the error messages and the number.",
|
{"all", 'a', "Print all the error messages and the number.",
|
||||||
(gptr*) &print_all_codes, (gptr*) &print_all_codes, 0, GET_BOOL, NO_ARG,
|
(gptr*) &print_all_codes, (gptr*) &print_all_codes, 0, GET_BOOL, NO_ARG,
|
||||||
@ -195,12 +207,37 @@ int main(int argc,char *argv[])
|
|||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
|
On some system, like NETWARE, strerror(unknown_error) returns a
|
||||||
|
string 'Unknown Error'. To avoid printing it we try to find the
|
||||||
|
error string by asking for an impossible big error message.
|
||||||
|
*/
|
||||||
|
const char *unknown_error= strerror(10000);
|
||||||
|
|
||||||
for ( ; argc-- > 0 ; argv++)
|
for ( ; argc-- > 0 ; argv++)
|
||||||
{
|
{
|
||||||
|
|
||||||
found=0;
|
found=0;
|
||||||
code=atoi(*argv);
|
code=atoi(*argv);
|
||||||
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
|
if (ndb_code)
|
||||||
|
{
|
||||||
|
if (ndb_error_string(code, ndb_string, 1024) < 0)
|
||||||
|
msg= 0;
|
||||||
|
else
|
||||||
|
msg= ndb_string;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
#endif
|
||||||
msg = strerror(code);
|
msg = strerror(code);
|
||||||
if (msg)
|
|
||||||
|
/*
|
||||||
|
Don't print message for not existing error messages or for
|
||||||
|
unknown errors. We test for 'Uknown Errors' just as an
|
||||||
|
extra safety for Netware
|
||||||
|
*/
|
||||||
|
if (msg && strcmp(msg, "Unknown Error") &&
|
||||||
|
(!unknown_error || strcmp(msg, unknown_error)))
|
||||||
{
|
{
|
||||||
found=1;
|
found=1;
|
||||||
if (verbose)
|
if (verbose)
|
||||||
@ -219,7 +256,7 @@ int main(int argc,char *argv[])
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("%3d = %s\n",code,msg);
|
printf("MySql error: %3d = %s\n",code,msg);
|
||||||
else
|
else
|
||||||
puts(msg);
|
puts(msg);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
/* Copyright (C) 2000,2004 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -97,6 +97,7 @@ extern uint hp_rb_null_key_length(HP_KEYDEF *keydef, const byte *key);
|
|||||||
extern my_bool hp_if_null_in_key(HP_KEYDEF *keyinfo, const byte *record);
|
extern my_bool hp_if_null_in_key(HP_KEYDEF *keyinfo, const byte *record);
|
||||||
extern int hp_close(register HP_INFO *info);
|
extern int hp_close(register HP_INFO *info);
|
||||||
extern void hp_clear(HP_SHARE *info);
|
extern void hp_clear(HP_SHARE *info);
|
||||||
|
extern void hp_clear_keys(HP_SHARE *info);
|
||||||
extern uint hp_rb_pack_key(HP_KEYDEF *keydef, uchar *key, const uchar *old,
|
extern uint hp_rb_pack_key(HP_KEYDEF *keydef, uchar *key, const uchar *old,
|
||||||
uint k_len);
|
uint k_len);
|
||||||
#ifdef THREAD
|
#ifdef THREAD
|
||||||
|
145
heap/hp_clear.c
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
/* Copyright (C) 2000,2004 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -29,13 +29,60 @@ void heap_clear(HP_INFO *info)
|
|||||||
|
|
||||||
void hp_clear(HP_SHARE *info)
|
void hp_clear(HP_SHARE *info)
|
||||||
{
|
{
|
||||||
uint key;
|
|
||||||
DBUG_ENTER("hp_clear");
|
DBUG_ENTER("hp_clear");
|
||||||
|
|
||||||
if (info->block.levels)
|
if (info->block.levels)
|
||||||
VOID(hp_free_level(&info->block,info->block.levels,info->block.root,
|
VOID(hp_free_level(&info->block,info->block.levels,info->block.root,
|
||||||
(byte*) 0));
|
(byte*) 0));
|
||||||
info->block.levels=0;
|
info->block.levels=0;
|
||||||
|
hp_clear_keys(info);
|
||||||
|
info->records=info->deleted=info->data_length=0;
|
||||||
|
info->blength=1;
|
||||||
|
info->changed=0;
|
||||||
|
info->del_link=0;
|
||||||
|
DBUG_VOID_RETURN;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Clear all keys.
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
heap_clear_keys()
|
||||||
|
info A pointer to the heap storage engine HP_INFO struct.
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Delete all trees of all indexes and leave them empty.
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
void
|
||||||
|
*/
|
||||||
|
|
||||||
|
void heap_clear_keys(HP_INFO *info)
|
||||||
|
{
|
||||||
|
hp_clear(info->s);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Clear all keys.
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
hp_clear_keys()
|
||||||
|
info A pointer to the heap storage engine HP_SHARE struct.
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Delete all trees of all indexes and leave them empty.
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
void
|
||||||
|
*/
|
||||||
|
|
||||||
|
void hp_clear_keys(HP_SHARE *info)
|
||||||
|
{
|
||||||
|
uint key;
|
||||||
|
DBUG_ENTER("hp_clear_keys");
|
||||||
|
|
||||||
for (key=0 ; key < info->keys ; key++)
|
for (key=0 ; key < info->keys ; key++)
|
||||||
{
|
{
|
||||||
HP_KEYDEF *keyinfo = info->keydef + key;
|
HP_KEYDEF *keyinfo = info->keydef + key;
|
||||||
@ -52,9 +99,95 @@ void hp_clear(HP_SHARE *info)
|
|||||||
block->last_allocated=0;
|
block->last_allocated=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
info->records=info->deleted=info->data_length=info->index_length=0;
|
info->index_length=0;
|
||||||
info->blength=1;
|
|
||||||
info->changed=0;
|
|
||||||
info->del_link=0;
|
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Disable all indexes.
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
heap_disable_indexes()
|
||||||
|
info A pointer to the heap storage engine HP_INFO struct.
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Disable and clear (remove contents of) all indexes.
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
0 ok
|
||||||
|
*/
|
||||||
|
|
||||||
|
int heap_disable_indexes(HP_INFO *info)
|
||||||
|
{
|
||||||
|
HP_SHARE *share= info->s;
|
||||||
|
|
||||||
|
if (share->keys)
|
||||||
|
{
|
||||||
|
hp_clear_keys(share);
|
||||||
|
share->currently_disabled_keys= share->keys;
|
||||||
|
share->keys= 0;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Enable all indexes
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
heap_enable_indexes()
|
||||||
|
info A pointer to the heap storage engine HP_INFO struct.
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Enable all indexes. The indexes might have been disabled
|
||||||
|
by heap_disable_index() before.
|
||||||
|
The function works only if both data and indexes are empty,
|
||||||
|
since the heap storage engine cannot repair the indexes.
|
||||||
|
To be sure, call handler::delete_all_rows() before.
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
0 ok
|
||||||
|
HA_ERR_CRASHED data or index is non-empty.
|
||||||
|
*/
|
||||||
|
|
||||||
|
int heap_enable_indexes(HP_INFO *info)
|
||||||
|
{
|
||||||
|
int error= 0;
|
||||||
|
HP_SHARE *share= info->s;
|
||||||
|
|
||||||
|
if (share->data_length || share->index_length)
|
||||||
|
error= HA_ERR_CRASHED;
|
||||||
|
else
|
||||||
|
if (share->currently_disabled_keys)
|
||||||
|
{
|
||||||
|
share->keys= share->currently_disabled_keys;
|
||||||
|
share->currently_disabled_keys= 0;
|
||||||
|
}
|
||||||
|
return error;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Test if indexes are disabled.
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
heap_indexes_are_disabled()
|
||||||
|
info A pointer to the heap storage engine HP_INFO struct.
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
Test if indexes are disabled.
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
0 indexes are not disabled
|
||||||
|
1 all indexes are disabled
|
||||||
|
[2 non-unique indexes are disabled - NOT YET IMPLEMENTED]
|
||||||
|
*/
|
||||||
|
|
||||||
|
int heap_indexes_are_disabled(HP_INFO *info)
|
||||||
|
{
|
||||||
|
HP_SHARE *share= info->s;
|
||||||
|
|
||||||
|
return (! share->keys && share->currently_disabled_keys);
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -29,19 +29,15 @@
|
|||||||
hp_rb_records_in_range()
|
hp_rb_records_in_range()
|
||||||
info HEAP handler
|
info HEAP handler
|
||||||
inx Index to use
|
inx Index to use
|
||||||
start_key Start of range. Null pointer if from first key
|
min_key Min key. Is = 0 if no min range
|
||||||
start_key_len Length of start key
|
max_key Max key. Is = 0 if no max range
|
||||||
start_search_flag Flag if start key should be included or not
|
|
||||||
end_key End of range. Null pointer if to last key
|
|
||||||
end_key_len Length of end key
|
|
||||||
end_search_flag Flag if start key should be included or not
|
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
start_search_flag can have one of the following values:
|
min_key.flag can have one of the following values:
|
||||||
HA_READ_KEY_EXACT Include the key in the range
|
HA_READ_KEY_EXACT Include the key in the range
|
||||||
HA_READ_AFTER_KEY Don't include key in range
|
HA_READ_AFTER_KEY Don't include key in range
|
||||||
|
|
||||||
end_search_flag can have one of the following values:
|
max_key.flag can have one of the following values:
|
||||||
HA_READ_BEFORE_KEY Don't include key in range
|
HA_READ_BEFORE_KEY Don't include key in range
|
||||||
HA_READ_AFTER_KEY Include all 'end_key' values in the range
|
HA_READ_AFTER_KEY Include all 'end_key' values in the range
|
||||||
|
|
||||||
@ -52,11 +48,8 @@
|
|||||||
the range.
|
the range.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,
|
ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, key_range *min_key,
|
||||||
uint start_key_len,
|
key_range *max_key)
|
||||||
enum ha_rkey_function start_search_flag,
|
|
||||||
const byte *end_key, uint end_key_len,
|
|
||||||
enum ha_rkey_function end_search_flag)
|
|
||||||
{
|
{
|
||||||
ha_rows start_pos, end_pos;
|
ha_rows start_pos, end_pos;
|
||||||
HP_KEYDEF *keyinfo= info->s->keydef + inx;
|
HP_KEYDEF *keyinfo= info->s->keydef + inx;
|
||||||
@ -67,12 +60,12 @@ ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,
|
|||||||
info->lastinx= inx;
|
info->lastinx= inx;
|
||||||
custom_arg.keyseg= keyinfo->seg;
|
custom_arg.keyseg= keyinfo->seg;
|
||||||
custom_arg.search_flag= SEARCH_FIND | SEARCH_SAME;
|
custom_arg.search_flag= SEARCH_FIND | SEARCH_SAME;
|
||||||
if (start_key)
|
if (min_key)
|
||||||
{
|
{
|
||||||
custom_arg.key_length= hp_rb_pack_key(keyinfo, (uchar*) info->recbuf,
|
custom_arg.key_length= hp_rb_pack_key(keyinfo, (uchar*) info->recbuf,
|
||||||
(uchar*) start_key,
|
(uchar*) min_key->key,
|
||||||
start_key_len);
|
min_key->length);
|
||||||
start_pos= tree_record_pos(rb_tree, info->recbuf, start_search_flag,
|
start_pos= tree_record_pos(rb_tree, info->recbuf, min_key->flag,
|
||||||
&custom_arg);
|
&custom_arg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -80,11 +73,12 @@ ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,
|
|||||||
start_pos= 0;
|
start_pos= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (end_key)
|
if (max_key)
|
||||||
{
|
{
|
||||||
custom_arg.key_length= hp_rb_pack_key(keyinfo, (uchar*) info->recbuf,
|
custom_arg.key_length= hp_rb_pack_key(keyinfo, (uchar*) info->recbuf,
|
||||||
(uchar*) end_key, end_key_len);
|
(uchar*) max_key->key,
|
||||||
end_pos= tree_record_pos(rb_tree, info->recbuf, end_search_flag,
|
max_key->length);
|
||||||
|
end_pos= tree_record_pos(rb_tree, info->recbuf, max_key->flag,
|
||||||
&custom_arg);
|
&custom_arg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -100,6 +94,7 @@ ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,
|
|||||||
(end_pos == start_pos ? (ha_rows) 1 : end_pos - start_pos));
|
(end_pos == start_pos ? (ha_rows) 1 : end_pos - start_pos));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Search after a record based on a key */
|
/* Search after a record based on a key */
|
||||||
/* Sets info->current_ptr to found record */
|
/* Sets info->current_ptr to found record */
|
||||||
/* next_flag: Search=0, next=1, prev =2, same =3 */
|
/* next_flag: Search=0, next=1, prev =2, same =3 */
|
||||||
|
@ -45,12 +45,18 @@ extern "C" {
|
|||||||
#undef HAVE_SCHED_H
|
#undef HAVE_SCHED_H
|
||||||
#undef HAVE_SYS_MMAN_H
|
#undef HAVE_SYS_MMAN_H
|
||||||
#undef HAVE_SYNCH_H
|
#undef HAVE_SYNCH_H
|
||||||
#undef HAVE_CRYPT
|
|
||||||
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
|
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
|
||||||
#define HAVE_PTHREAD_SIGMASK 1
|
#define HAVE_PTHREAD_SIGMASK 1
|
||||||
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
|
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
|
||||||
#define HAVE_BROKEN_REALPATH 1
|
#define HAVE_BROKEN_REALPATH 1
|
||||||
|
|
||||||
|
/* no libc crypt() function */
|
||||||
|
#ifdef HAVE_OPENSSL
|
||||||
|
#define HAVE_CRYPT 1
|
||||||
|
#else
|
||||||
|
#undef HAVE_CRYPT
|
||||||
|
#endif /* HAVE_OPENSSL */
|
||||||
|
|
||||||
/* include the old function apis */
|
/* include the old function apis */
|
||||||
#define USE_OLD_FUNCTIONS 1
|
#define USE_OLD_FUNCTIONS 1
|
||||||
|
|
||||||
@ -66,6 +72,9 @@ extern "C" {
|
|||||||
/* signal by closing the sockets */
|
/* signal by closing the sockets */
|
||||||
#define SIGNAL_WITH_VIO_CLOSE 1
|
#define SIGNAL_WITH_VIO_CLOSE 1
|
||||||
|
|
||||||
|
/* On NetWare, stack grows towards lower address*/
|
||||||
|
#define STACK_DIRECTION -1
|
||||||
|
|
||||||
/* default directory information */
|
/* default directory information */
|
||||||
#define DEFAULT_MYSQL_HOME "sys:/mysql"
|
#define DEFAULT_MYSQL_HOME "sys:/mysql"
|
||||||
#define PACKAGE "mysql"
|
#define PACKAGE "mysql"
|
||||||
@ -87,15 +96,20 @@ extern "C" {
|
|||||||
/* do not use the extended time in LibC sys\stat.h */
|
/* do not use the extended time in LibC sys\stat.h */
|
||||||
#define _POSIX_SOURCE
|
#define _POSIX_SOURCE
|
||||||
|
|
||||||
/* kernal call on NetWare that will only yield if our time slice is up */
|
/* Kernel call on NetWare that will only yield if our time slice is up */
|
||||||
void kYieldIfTimeSliceUp(void);
|
void kYieldIfTimeSliceUp(void);
|
||||||
|
|
||||||
/* some macros for portability */
|
/* Some macros for portability */
|
||||||
#define set_timespec(ABSTIME,SEC) { (ABSTIME).tv_sec=(SEC); (ABSTIME).tv_nsec=0; }
|
|
||||||
|
#define set_timespec(ABSTIME,SEC) { (ABSTIME).tv_sec=time(NULL)+(SEC); (ABSTIME).tv_nsec=0; }
|
||||||
|
|
||||||
|
/* extra protection against CPU Hogs on NetWare */
|
||||||
|
#define NETWARE_YIELD kYieldIfTimeSliceUp()
|
||||||
|
/* Screen mode for help texts */
|
||||||
|
#define NETWARE_SET_SCREEN_MODE(A) setscreenmode(A)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _config_netware_h */
|
#endif /* _config_netware_h */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2000 MySQL AB
|
/* Copyright (C) 2000,2004 MySQL AB
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -107,6 +107,7 @@ typedef struct st_heap_share
|
|||||||
uint reclength; /* Length of one record */
|
uint reclength; /* Length of one record */
|
||||||
uint changed;
|
uint changed;
|
||||||
uint keys,max_key_length;
|
uint keys,max_key_length;
|
||||||
|
uint currently_disabled_keys; /* saved value from "keys" when disabled */
|
||||||
uint open_count;
|
uint open_count;
|
||||||
byte *del_link; /* Link to next block with del. rec */
|
byte *del_link; /* Link to next block with del. rec */
|
||||||
my_string name; /* Name of "memory-file" */
|
my_string name; /* Name of "memory-file" */
|
||||||
@ -176,12 +177,13 @@ extern int heap_rprev(HP_INFO *info,byte *record);
|
|||||||
extern int heap_rfirst(HP_INFO *info,byte *record,int inx);
|
extern int heap_rfirst(HP_INFO *info,byte *record,int inx);
|
||||||
extern int heap_rlast(HP_INFO *info,byte *record,int inx);
|
extern int heap_rlast(HP_INFO *info,byte *record,int inx);
|
||||||
extern void heap_clear(HP_INFO *info);
|
extern void heap_clear(HP_INFO *info);
|
||||||
|
extern void heap_clear_keys(HP_INFO *info);
|
||||||
|
extern int heap_disable_indexes(HP_INFO *info);
|
||||||
|
extern int heap_enable_indexes(HP_INFO *info);
|
||||||
|
extern int heap_indexes_are_disabled(HP_INFO *info);
|
||||||
extern void heap_update_auto_increment(HP_INFO *info, const byte *record);
|
extern void heap_update_auto_increment(HP_INFO *info, const byte *record);
|
||||||
ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,
|
ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, key_range *min_key,
|
||||||
uint start_key_len,
|
key_range *max_key);
|
||||||
enum ha_rkey_function start_search_flag,
|
|
||||||
const byte *end_key, uint end_key_len,
|
|
||||||
enum ha_rkey_function end_search_flag);
|
|
||||||
int heap_rkey(HP_INFO *info, byte *record, int inx, const byte *key,
|
int heap_rkey(HP_INFO *info, byte *record, int inx, const byte *key,
|
||||||
uint key_len, enum ha_rkey_function find_flag);
|
uint key_len, enum ha_rkey_function find_flag);
|
||||||
extern gptr heap_find(HP_INFO *info,int inx,const byte *key);
|
extern gptr heap_find(HP_INFO *info,int inx,const byte *key);
|
||||||
|
6
include/help_end.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifdef __NETWARE__
|
||||||
|
#undef printf
|
||||||
|
#undef puts
|
||||||
|
#undef fputs
|
||||||
|
#undef putchar
|
||||||
|
#endif
|
7
include/help_start.h
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/* Divert all help information on NetWare to logger screen. */
|
||||||
|
|
||||||
|
#ifdef __NETWARE__
|
||||||
|
#define printf consoleprintf
|
||||||
|
#define puts(s) consoleprintf("%s\n",s)
|
||||||
|
#define fputs(s,f) puts(s)
|
||||||
|
#endif
|
@ -188,7 +188,7 @@ typedef struct my_charset_handler_st
|
|||||||
} MY_CHARSET_HANDLER;
|
} MY_CHARSET_HANDLER;
|
||||||
|
|
||||||
extern MY_CHARSET_HANDLER my_charset_8bit_handler;
|
extern MY_CHARSET_HANDLER my_charset_8bit_handler;
|
||||||
|
extern MY_CHARSET_HANDLER my_charset_ucs2_handler;
|
||||||
|
|
||||||
|
|
||||||
typedef struct charset_info_st
|
typedef struct charset_info_st
|
||||||
@ -204,6 +204,7 @@ typedef struct charset_info_st
|
|||||||
uchar *to_lower;
|
uchar *to_lower;
|
||||||
uchar *to_upper;
|
uchar *to_upper;
|
||||||
uchar *sort_order;
|
uchar *sort_order;
|
||||||
|
uint16 **sort_order_big;
|
||||||
uint16 *tab_to_uni;
|
uint16 *tab_to_uni;
|
||||||
MY_UNI_IDX *tab_from_uni;
|
MY_UNI_IDX *tab_from_uni;
|
||||||
uchar state_map[256];
|
uchar state_map[256];
|
||||||
|
@ -238,6 +238,7 @@ longlong my_strtoll10(const char *nptr, char **endptr, int *error);
|
|||||||
#if SIZEOF_LONG == SIZEOF_LONG_LONG
|
#if SIZEOF_LONG == SIZEOF_LONG_LONG
|
||||||
#define longlong2str(A,B,C) int2str((A),(B),(C))
|
#define longlong2str(A,B,C) int2str((A),(B),(C))
|
||||||
#define longlong10_to_str(A,B,C) int10_to_str((A),(B),(C))
|
#define longlong10_to_str(A,B,C) int10_to_str((A),(B),(C))
|
||||||
|
#undef strtoll
|
||||||
#define strtoll(A,B,C) strtol((A),(B),(C))
|
#define strtoll(A,B,C) strtol((A),(B),(C))
|
||||||
#define strtoull(A,B,C) strtoul((A),(B),(C))
|
#define strtoull(A,B,C) strtoul((A),(B),(C))
|
||||||
#ifndef HAVE_STRTOULL
|
#ifndef HAVE_STRTOULL
|
||||||
|
@ -191,7 +191,7 @@ enum ha_base_keytype {
|
|||||||
#define HA_UNIQUE_CHECK 256 /* Check the key for uniqueness */
|
#define HA_UNIQUE_CHECK 256 /* Check the key for uniqueness */
|
||||||
#define HA_SPATIAL 1024 /* For spatial search */
|
#define HA_SPATIAL 1024 /* For spatial search */
|
||||||
#define HA_NULL_ARE_EQUAL 2048 /* NULL in key are cmp as equal */
|
#define HA_NULL_ARE_EQUAL 2048 /* NULL in key are cmp as equal */
|
||||||
|
#define HA_GENERATED_KEY 8192 /* Automaticly generated key */
|
||||||
|
|
||||||
/* Automatic bits in key-flag */
|
/* Automatic bits in key-flag */
|
||||||
|
|
||||||
@ -349,6 +349,16 @@ enum data_file_type {
|
|||||||
STATIC_RECORD,DYNAMIC_RECORD,COMPRESSED_RECORD
|
STATIC_RECORD,DYNAMIC_RECORD,COMPRESSED_RECORD
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* For key ranges */
|
||||||
|
|
||||||
|
typedef struct st_key_range
|
||||||
|
{
|
||||||
|
const byte *key;
|
||||||
|
uint length;
|
||||||
|
enum ha_rkey_function flag;
|
||||||
|
} key_range;
|
||||||
|
|
||||||
|
|
||||||
/* For number of records */
|
/* For number of records */
|
||||||
#ifdef BIG_TABLES
|
#ifdef BIG_TABLES
|
||||||
#define rows2double(A) ulonglong2double(A)
|
#define rows2double(A) ulonglong2double(A)
|
||||||
|
@ -55,6 +55,12 @@ extern void bitmap_set_bit(MY_BITMAP *map, uint bitmap_bit);
|
|||||||
extern void bitmap_set_prefix(MY_BITMAP *map, uint prefix_size);
|
extern void bitmap_set_prefix(MY_BITMAP *map, uint prefix_size);
|
||||||
extern void bitmap_subtract(MY_BITMAP *map, const MY_BITMAP *map2);
|
extern void bitmap_subtract(MY_BITMAP *map, const MY_BITMAP *map2);
|
||||||
extern void bitmap_union(MY_BITMAP *map, const MY_BITMAP *map2);
|
extern void bitmap_union(MY_BITMAP *map, const MY_BITMAP *map2);
|
||||||
|
|
||||||
|
/* Fast, not thread safe, bitmap functions */
|
||||||
|
#define bitmap_fast_set_bit(MAP, BIT) (MAP)->bitmap[(BIT) / 8] |= (1 << ((BIT) & 7))
|
||||||
|
#define bitmap_fast_clear_bit(MAP, BIT) (MAP)->bitmap[(BIT) / 8] &= ~ (1 << ((BIT) & 7))
|
||||||
|
#define bitmap_fast_is_set(MAP, BIT) (MAP)->bitmap[(BIT) / 8] & (1 << ((BIT) & 7))
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -73,11 +73,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif /* _WIN32... */
|
#endif /* _WIN32... */
|
||||||
|
|
||||||
/* extra protection against CPU Hogs on NetWare */
|
/* Some defines to avoid ifdefs in the code */
|
||||||
#ifdef __NETWARE__
|
#ifndef NETWARE_YIELD
|
||||||
#define NETWARE_YIELD { kYieldIfTimeSliceUp(); }
|
#define NETWARE_YIELD
|
||||||
#else
|
#define NETWARE_SET_SCREEN_MODE(A)
|
||||||
#define NETWARE_YIELD { }
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -345,6 +344,9 @@ C_MODE_END
|
|||||||
#define USE_BMOVE512 1 /* Use this unless system bmove is faster */
|
#define USE_BMOVE512 1 /* Use this unless system bmove is faster */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define QUOTE_ARG(x) #x /* Quote argument (before cpp) */
|
||||||
|
#define STRINGIFY_ARG(x) QUOTE_ARG(x) /* Quote argument, after cpp */
|
||||||
|
|
||||||
/* Paranoid settings. Define I_AM_PARANOID if you are paranoid */
|
/* Paranoid settings. Define I_AM_PARANOID if you are paranoid */
|
||||||
#ifdef I_AM_PARANOID
|
#ifdef I_AM_PARANOID
|
||||||
#define DONT_ALLOW_USER_CHANGE 1
|
#define DONT_ALLOW_USER_CHANGE 1
|
||||||
@ -389,7 +391,7 @@ typedef unsigned short ushort;
|
|||||||
|
|
||||||
#define CMP_NUM(a,b) (((a) < (b)) ? -1 : ((a) == (b)) ? 0 : 1)
|
#define CMP_NUM(a,b) (((a) < (b)) ? -1 : ((a) == (b)) ? 0 : 1)
|
||||||
#define sgn(a) (((a) < 0) ? -1 : ((a) > 0) ? 1 : 0)
|
#define sgn(a) (((a) < 0) ? -1 : ((a) > 0) ? 1 : 0)
|
||||||
#define swap(t,a,b) { register t dummy; dummy = a; a = b; b = dummy; }
|
#define swap_variables(t, a, b) { register t dummy; dummy= a; a= b; b= dummy; }
|
||||||
#define test(a) ((a) ? 1 : 0)
|
#define test(a) ((a) ? 1 : 0)
|
||||||
#define set_if_bigger(a,b) do { if ((a) < (b)) (a)=(b); } while(0)
|
#define set_if_bigger(a,b) do { if ((a) < (b)) (a)=(b); } while(0)
|
||||||
#define set_if_smaller(a,b) do { if ((a) > (b)) (a)=(b); } while(0)
|
#define set_if_smaller(a,b) do { if ((a) > (b)) (a)=(b); } while(0)
|
||||||
|
@ -770,6 +770,8 @@ extern char *get_charsets_dir(char *buf);
|
|||||||
extern my_bool my_charset_same(CHARSET_INFO *cs1, CHARSET_INFO *cs2);
|
extern my_bool my_charset_same(CHARSET_INFO *cs1, CHARSET_INFO *cs2);
|
||||||
extern my_bool init_compiled_charsets(myf flags);
|
extern my_bool init_compiled_charsets(myf flags);
|
||||||
extern void add_compiled_collation(CHARSET_INFO *cs);
|
extern void add_compiled_collation(CHARSET_INFO *cs);
|
||||||
|
extern ulong escape_string_for_mysql(CHARSET_INFO *charset_info, char *to,
|
||||||
|
const char *from, ulong length);
|
||||||
|
|
||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
extern my_bool have_tcpip; /* Is set if tcpip is used */
|
extern my_bool have_tcpip; /* Is set if tcpip is used */
|
||||||
|
@ -231,10 +231,7 @@ extern int mi_extra(struct st_myisam_info *file,
|
|||||||
enum ha_extra_function function,
|
enum ha_extra_function function,
|
||||||
void *extra_arg);
|
void *extra_arg);
|
||||||
extern ha_rows mi_records_in_range(struct st_myisam_info *info,int inx,
|
extern ha_rows mi_records_in_range(struct st_myisam_info *info,int inx,
|
||||||
const byte *start_key,uint start_key_len,
|
key_range *min_key, key_range *max_key);
|
||||||
enum ha_rkey_function start_search_flag,
|
|
||||||
const byte *end_key,uint end_key_len,
|
|
||||||
enum ha_rkey_function end_search_flag);
|
|
||||||
extern int mi_log(int activate_log);
|
extern int mi_log(int activate_log);
|
||||||
extern int mi_is_changed(struct st_myisam_info *info);
|
extern int mi_is_changed(struct st_myisam_info *info);
|
||||||
extern int mi_delete_all_rows(struct st_myisam_info *info);
|
extern int mi_delete_all_rows(struct st_myisam_info *info);
|
||||||
|
@ -101,10 +101,7 @@ extern int myrg_extra(MYRG_INFO *file,enum ha_extra_function function,
|
|||||||
void *extra_arg);
|
void *extra_arg);
|
||||||
extern void myrg_extrafunc(MYRG_INFO *info,invalidator_by_filename inv);
|
extern void myrg_extrafunc(MYRG_INFO *info,invalidator_by_filename inv);
|
||||||
extern ha_rows myrg_records_in_range(MYRG_INFO *info,int inx,
|
extern ha_rows myrg_records_in_range(MYRG_INFO *info,int inx,
|
||||||
const byte *start_key,uint start_key_len,
|
key_range *min_key, key_range *max_key);
|
||||||
enum ha_rkey_function start_search_flag,
|
|
||||||
const byte *end_key,uint end_key_len,
|
|
||||||
enum ha_rkey_function end_search_flag);
|
|
||||||
|
|
||||||
extern ulonglong myrg_position(MYRG_INFO *info);
|
extern ulonglong myrg_position(MYRG_INFO *info);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -188,10 +188,11 @@ struct st_mysql_options {
|
|||||||
my_bool secure_auth;
|
my_bool secure_auth;
|
||||||
|
|
||||||
/* function pointers for local infile support */
|
/* function pointers for local infile support */
|
||||||
int (*local_infile_init)(void **, const char *);
|
int (*local_infile_init)(void **, const char *, void *);
|
||||||
int (*local_infile_read)(void *, char *, unsigned int);
|
int (*local_infile_read)(void *, char *, unsigned int);
|
||||||
void (*local_infile_end)(void *);
|
void (*local_infile_end)(void *);
|
||||||
int (*local_infile_error)(void *, char *, unsigned int);
|
int (*local_infile_error)(void *, char *, unsigned int);
|
||||||
|
void *local_infile_userdata;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum mysql_status
|
enum mysql_status
|
||||||
@ -397,12 +398,14 @@ my_bool STDCALL mysql_slave_send_query(MYSQL *mysql, const char *q,
|
|||||||
|
|
||||||
void
|
void
|
||||||
mysql_set_local_infile_handler(MYSQL *mysql,
|
mysql_set_local_infile_handler(MYSQL *mysql,
|
||||||
int (*local_infile_init)(void **, const char *),
|
int (*local_infile_init)(void **, const char *,
|
||||||
|
void *),
|
||||||
int (*local_infile_read)(void *, char *,
|
int (*local_infile_read)(void *, char *,
|
||||||
unsigned int),
|
unsigned int),
|
||||||
void (*local_infile_end)(void *),
|
void (*local_infile_end)(void *),
|
||||||
int (*local_infile_error)(void *, char*,
|
int (*local_infile_error)(void *, char*,
|
||||||
unsigned int));
|
unsigned int),
|
||||||
|
void *);
|
||||||
|
|
||||||
void
|
void
|
||||||
mysql_set_local_infile_default(MYSQL *mysql);
|
mysql_set_local_infile_default(MYSQL *mysql);
|
||||||
|
@ -36,6 +36,12 @@
|
|||||||
#define MYSQL_SERVICENAME "MySQL"
|
#define MYSQL_SERVICENAME "MySQL"
|
||||||
#endif /* __WIN__ */
|
#endif /* __WIN__ */
|
||||||
|
|
||||||
|
#if defined(__WIN__) && !defined(MYSQL_SERVER) && !defined(MYSQL_CLIENT) && !defined(EMBEDDED_LIBRARY)
|
||||||
|
#define dll_import_spec __declspec( dllimport )
|
||||||
|
#else
|
||||||
|
#define dll_import_spec
|
||||||
|
#endif
|
||||||
|
|
||||||
enum enum_server_command
|
enum enum_server_command
|
||||||
{
|
{
|
||||||
COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST,
|
COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST,
|
||||||
@ -311,8 +317,8 @@ typedef struct st_udf_init
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern unsigned long max_allowed_packet;
|
dll_import_spec extern unsigned long max_allowed_packet;
|
||||||
extern unsigned long net_buffer_length;
|
dll_import_spec extern unsigned long net_buffer_length;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
These functions are used for authentication by client and server and
|
These functions are used for authentication by client and server and
|
||||||
|