mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
into mysql.com:/home/my/mysql-5.1 VC++Files/libmysqld/libmysqld.dsp: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/heap_btree.result: Auto merged mysql-test/r/innodb.result: Auto merged mysql-test/r/mysqltest.result: Auto merged mysql-test/r/ndb_blob.result: Auto merged mysql-test/t/innodb.test: Auto merged mysql-test/t/mysql_client_test.test: Auto merged mysql-test/t/mysqltest.test: Auto merged sql/ha_myisam.cc: Auto merged sql/item_func.h: Auto merged sql/sp.cc: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged storage/heap/hp_delete.c: Auto merged storage/myisam/mi_key.c: Auto merged storage/myisam/myisamlog.c: Auto merged storage/ndb/include/kernel/signaldata/TcKeyReq.hpp: Auto merged storage/ndb/include/ndbapi/NdbBlob.hpp: Auto merged storage/ndb/test/ndbapi/testBlobs.cpp: Auto merged storage/ndb/tools/delete_all.cpp: Auto merged VC++Files/libmysqld/libmysqld.vcproj: Use original file (my_user.c was already added in 5.1) mysql-test/mysql-test-run.pl: Manual merge sql/handler.h: Manual merge sql/share/errmsg.txt: Align error messages with 5.0 sql/sql_table.cc: Manual merge storage/ndb/src/ndbapi/NdbBlob.cpp: No changes |
||
|---|---|---|
| .. | ||
| client | ||
| comp_err | ||
| contrib | ||
| dbug | ||
| examples/udf_example | ||
| libmysql | ||
| libmysqld | ||
| libmysqltest | ||
| merge | ||
| my_print_defaults | ||
| myisam_ftdump | ||
| myisamchk | ||
| myisamlog | ||
| myisampack | ||
| 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