mariadb/VC++Files
unknown 6cf3092224 Added missing my_time.c file to mysqlclient project
Moved include <assert.h> to my_global.h


VC++Files/client/mysqlclient.dsp:
  Added missing my_time.c file to mysqlclient project
include/my_dbug.h:
  Moved include <assert.h> to my_global.h
  Removed NDEBUG as asserts should be indenpendent of if we are using DBUG or not
include/my_global.h:
  Added assert.h as this is included in a lot of places
sql/sql_table.cc:
  Initialize forgotten variable
2004-06-28 00:42:02 +03:00
..
bdb
client Added missing my_time.c file to mysqlclient project 2004-06-28 00:42:02 +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 - Windows compile fix: added srv/srv0que.c to the innobase project 2004-06-24 11:45:06 +02:00
isam
isamchk
libmysql Fix for Bug#4030 "Client side conversion string -> date type doesn't 2004-06-24 19:08:36 +04:00
libmysqld Merge mysql.com:/space/my/mysql-4.1 2004-06-24 19:30:34 +02:00
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 Merge mysql.com:/space/my/mysql-4.1 2004-06-24 19:30:34 +02:00
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