mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
5a78cd7a72
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/grant2.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/grant2.test: Auto merged mysql-test/t/skip_grants.test: Auto merged mysql-test/t/sp.test: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/field_conv.cc: Auto merged sql/item.h: Auto merged sql/item_timefunc.cc: Auto merged sql/sql_udf.cc: Auto merged VC++Files/mysql.sln: Manual merge (use local). configure.in: Manual merge. sql/table.cc: Manual merge. |
||
---|---|---|
.. | ||
client | ||
comp_err | ||
contrib | ||
dbug | ||
examples/udf_example | ||
libmysql | ||
libmysqld | ||
libmysqltest | ||
merge | ||
my_print_defaults | ||
myisam_ftdump | ||
myisamchk | ||
myisamlog | ||
myisampack | ||
mysql-test | ||
mysqlbinlog | ||
mysqlcheck | ||
mysqldemb | ||
mysqlserver | ||
mysys | ||
perror | ||
plugin/fulltext | ||
regex | ||
replace | ||
sql | ||
storage | ||
strings | ||
test1 | ||
tests | ||
thr_insert_test | ||
thr_test | ||
vio | ||
zlib | ||
copy_mysql_files.bat | ||
fix-project-files | ||
mysql.dsp | ||
mysql.dsw | ||
mysql.sln | ||
mysql_ia64.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