mariadb/VC++Files
unknown ce5b804e7b Including in enum_shutdown_level the 2 types of KILL of 5.0
(enum_shutdown_level is going to replace enum killed_state in 5.0).


VC++Files/winmysqladmin/mysql_com.h:
  putting in place the 2 types of KILL of 5.0
include/mysql_com.h:
  putting in place the two types of KILL of 5.0
2004-06-21 23:04:50 +02:00
..
bdb
client Added authentication code that was missed in merge 2004-06-03 01:55:47 +03:00
comp_err
contrib
dbug
examples/udf_example BUG#3439 problem with UDF functions 2004-06-08 12:35:22 +06:00
heap
innobase
InstallShield mysql-copyright -> more fixes to deal with problems in removing temporary tar directory. Had to use cd $WD vs chdir($WD). 2004-06-15 00:12:14 -07:00
isam
isamchk
libmysql
libmysqld
libmysqltest
merge
my_print_defaults
myisam
myisam_ftdump
myisamchk
myisamlog
myisammrg
myisampack
mysqlbinlog
mysqlcheck
mysqldemb
mysqlmanager
mysqlserver
mysqlshutdown
mysqlwatch
mysys
pack_isam
perror
regex
replace
sql
strings
test1
thr_insert_test
thr_test
vio
winmysqladmin Including in enum_shutdown_level the 2 types of KILL of 5.0 2004-06-21 23:04:50 +02:00
zlib Added authentication code that was missed in merge 2004-06-03 01:55:47 +03:00
copy_mysql_files.bat
fix-project-files
mysql.dsp
mysql.dsw
prepare
README.build-files

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