mariadb/VC++Files
unknown 32f20312ee merge with 4.0 to get fix to VC++ project files
VC++Files/comp_err/comp_err.dsp:
  Auto merged
VC++Files/sql/mysqld.dsp:
  Auto merged
myisam/ft_boolean_search.c:
  Auto merged
mysql-test/t/fulltext.test:
  Auto merged
myisam/ft_parser.c:
  Keep old code
mysql-test/r/fulltext.result:
  Remove duplicate test from 4.0
2004-05-27 23:45:22 +03:00
..
bdb Merge with 4.0 to get fixes for Windows project files 2004-05-25 02:47:25 +03:00
client merge with 4.0 to get windows fixes 2004-05-27 00:30:28 +03:00
comp_err removed reference to not existing library lib_release\dbug.lib 2004-05-27 22:53:36 +03:00
contrib
dbug Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
heap Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
innobase Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 2004-05-27 11:28:05 +03:00
InstallShield
isam Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 2004-05-26 00:27:00 +05:00
isamchk Fixed typo 2004-05-25 02:49:43 +03:00
libmysql merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
libmysqld merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
libmysqltest Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
merge
my_print_defaults Fixed typo 2004-05-25 02:49:43 +03:00
myisam merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
myisam_ftdump Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
myisamchk Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
myisamlog Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
myisammrg merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
myisampack Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
mysqlbinlog Merge with 4.0 to get typo-fix 2004-05-25 02:57:51 +03:00
mysqlcheck Fixed typo 2004-05-25 02:49:43 +03:00
mysqldemb Merge with 4.0 to get fixes for project files 2004-05-25 16:01:37 +03:00
mysqlmanager Merge with 4.0 to get fixes for Windows project files 2004-05-25 02:47:25 +03:00
mysqlserver Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
mysqlshutdown Merge with 4.0, mainly to get changes to windows project files 2004-05-20 00:54:52 +03:00
mysqlwatch
mysys merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
pack_isam Fixed typo 2004-05-25 02:49:43 +03:00
perror Fixed typo 2004-05-25 02:49:43 +03:00
regex
replace Fixed typo 2004-05-25 02:49:43 +03:00
sql merge with 4.0 to get fix to VC++ project files 2004-05-27 23:45:22 +03:00
strings After merge fixes 2004-05-24 14:42:34 +03:00
test1
thr_insert_test
thr_test
vio
winmysqladmin
zlib
copy_mysql_files.bat Fixed VC++ project files 2004-05-25 15:53:29 +03:00
fix-project-files
mysql.dsp
mysql.dsw Merge with 4.0 to get fixes for Windows project files 2004-05-25 02:47:25 +03:00
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