summaryrefslogtreecommitdiff
path: root/VC++Files
Commit message (Collapse)AuthorAgeFilesLines
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0kent@mysql.com/c-7c4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-08-061-1/+28
|\ | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| * mysql.sln:kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-08-021-1/+28
| | | | | | | | Use separate ID for mysqlimport and mysql_upgrade
* | Add my_memmem.c to mysys.dsp (needed by mysql_client_test)kostja@bodhi.local2006-08-041-0/+4
| |
* | Fix a bug in the .dsp file. Ignore a symlink.kostja@bodhi.local2006-08-041-1/+1
|/
* Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-releasekroki/tomash@moonlight.intranet2006-07-272-10/+34
|\ | | | | | | into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-main
| * mysqlmanager.vcproj:kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-222-10/+34
| | | | | | | | | | | | | | | | Place mysqlmanager 'pdb' file in 'client_debug' directory mysys.vcproj: Removed define of __NT__ from 'Debug' target mysqld.vcproj: Always generate 'pdb' and 'map' files
* | Merge trift2.:/M41/clone-4.1joerg@trift2.2006-07-2411-0/+213
|\ \ | | | | | | | | | into trift2.:/M50/merge-4.1-to-5.0
| * | Changes to make "sql/sql_locale.cc" compile + link on Windows:joerg@trift2.2006-07-1711-0/+213
| | | | | | | | | | | | | | | | | | 1) When initializing a boolean variable, do not use string representations '"false"' and '"true"' but rather the boolean values 'false' and 'true'. 2) Add the module to the various Windows description files.
* | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-optigor@rurik.mysql.com2006-07-144-2/+121
|\ \ \ | | | | | | | | | | | | into rurik.mysql.com:/home/igor/mysql-5.0-opt
| * | | Add sql_locale.cpp to our windows build scripts.kostja@bodhi.local2006-07-104-0/+119
| | |/ | |/|
| * | mysqld.vcproj:kent@mysql.com2006-07-011-2/+2
| | | | | | | | | | | | Don't define __NT__ for 'Max' target
* | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-optigor@rurik.mysql.com2006-07-013-12/+113
|\ \ \ | |/ / | | | | | | into rurik.mysql.com:/home/igor/mysql-5.0-opt
| * | BUG#20739.knielsen@mysql.com2006-06-281-0/+1
| | | | | | | | | | | | | | | In the Windows build files, the "Max nt" configuration for some reason had the mysql_client_test project disabled. Enable it.
| * | BUG#20739knielsen@mysql.com2006-06-282-23/+23
| | | | | | | | | | | | Improved definition of mysys configuration for -nt builds.
| * | BUG#20739: __NT__ not probably defined for mysys project.knielsen@mysql.com2006-06-282-12/+112
| | | | | | | | | | | | | | | Make sure for the mysys project that __NT__ is defined in *nt solution configurations (but not in other configurations).
| * | Adding __NT__ to Max Win32 configuration.aivanov@mysql.com2006-06-281-1/+1
| | |
| * | Fixing BUG#17719 "Delete of binlog files fails on Windows"aivanov@mysql.com2006-06-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and BUG#19208 "Test 'rpl000017' hangs on Windows". Both bugs are caused by attempting to delete an opened file and to create immediatedly a new one with the same name. On Windows it can be supported only on NT-platforms (by using FILE_SHARE_DELETE mode and with renaming the file before deletion). Because deleting not-closed files is not supported on all platforms (e.g. Win 98|ME) this is to be considered harmful and should be eliminated by a "code redesign".
* | | Fixed some dsp files.igor@rurik.mysql.com2006-06-234-0/+16
|/ / | | | | | | | | Fixed make_win_src_distribution.sh to return back dsp files for yassl.
* | Merge rurik.mysql.com:/home/igor/tmp_mergeigor@rurik.mysql.com2006-06-092-0/+8
|\ \ | |/ | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| * Fixed some problems for Windows buildigor@rurik.mysql.com2006-06-062-0/+8
| |
* | Merge mysql.com:/home/hf/work/mysql-5.0.18455holyfoot@mysql.com2006-05-033-0/+44
|\ \ | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.0.mrg
| * | bug #18455 (embedded server Win32 build)holyfoot@deer.(none)2006-04-263-0/+44
| | |
* | | Fix a bunch of non-Linux compile failures.knielsen@mysql.com2006-05-022-0/+44
| | |
* | | bug #18115 (mysql_upgrade on Windows)holyfoot@deer.(none)2006-04-286-0/+527
|/ / | | | | | | pushed in 5.0
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-newkent@mysql.com2006-04-016-13/+0
|\ \ | |/ | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
| * vcproj files:kent@mysql.com2006-04-016-13/+0
| | | | | | | | | | Set MYSQL_SERVER_SUFFIX from build scripts, not hard code it into Visual Studio project files, bug#15974
* | project files update for win32 buildSergeyV@selena.2006-02-273-83/+377
| |
* | Windows Visual Studio 2003 fixes.knielsen@mysql.com2006-01-162-0/+102
| |
* | Changed mysqld.dsp to avoid compilation error in VC++aivanov@mysql.com2005-11-281-1/+1
| |
* | Fixed number of compiler errors on win32.SergeyV@selena.2005-11-141-1/+1
| |
* | Hastily fix VC++6 project files to include a new file.konstantin@mysql.com2005-10-182-0/+8
| |
* | mysql.sln:kent@mysql.com2005-10-151-0/+18
| | | | | | | | Missing yaSSL added to pro-gpl target
* | Merge mysql.com:/data0/mysqldev/my/mysql-5.0lenz@mysql.com2005-10-1413-3265/+0
|\ \ | | | | | | | | | into mysql.com:/data0/mysqldev/my/mysql-5.0-release
| * | .del-mysqlwatch.vcproj~91c7061bceb731ad:kent@mysql.com2005-10-1413-3265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: VC++Files/mysqlwatch/mysqlwatch.vcproj .del-mysqlshutdown.vcproj~b956e6769cf4fe76: Delete: VC++Files/mysqlshutdown/mysqlshutdown.vcproj .del-pack_isam_ia64.dsp~6172aec32da6de5d: Delete: VC++Files/pack_isam/pack_isam_ia64.dsp .del-pack_isam.vcproj~82b3c430c0c623f2: Delete: VC++Files/pack_isam/pack_isam.vcproj .del-pack_isam.dsp~1f236852e0bcc13d: Delete: VC++Files/pack_isam/pack_isam.dsp .del-isamchk_ia64.dsp~abb473e7d3025305: Delete: VC++Files/isamchk/isamchk_ia64.dsp .del-isamchk.vcproj~19838e6a73320284: Delete: VC++Files/isamchk/isamchk.vcproj .del-isamchk.dsp~6349525f4cf767a4: Delete: VC++Files/isamchk/isamchk.dsp .del-isam_ia64.dsp~e6dffc47e113891: Delete: VC++Files/isam/isam_ia64.dsp .del-isam.vcproj~53282403e12348c3: Delete: VC++Files/isam/isam.vcproj .del-isam.dsw~c64a212cb134161a: Delete: VC++Files/isam/isam.dsw .del-isam.dsp~9c26247a621084bf: Delete: VC++Files/isam/isam.dsp mysql.sln: Removed isam from Visual Studio .Net project files, accidently merged over from 4.1
* | | Fixed compile errors on windowsmonty@mysql.com2005-10-142-2/+2
|/ /
* | Mergekent@mysql.com2005-10-136-27/+2453
|\ \ | |/
| * mysqlwatch.vcproj:kent@mysql.com2005-10-112-47/+261
| | | | | | | | | | | | | | Removed Debug target not used mysql.sln: Added pro-gpl target Build mysqlwatch and mysqlshutdown for classic as well
| * Many files:kent@mysql.com2005-10-116-0/+2212
| | | | | | | | | | Added Visual Studio .Net targets and 'vcproj' files for "isam", "isamchk", "mysqlshutdown", "mysqlwatch" and "pack_isam"
* | Remove protocol_cursor.cpp (no longer used) from sourceskonstantin@mysql.com2005-10-092-8/+0
| | | | | | | | Fix a compile failure
* | pthread_handler_decl() changed to be ctags-friendlyserg@serg.mylan2005-10-082-4/+4
| | | | | | | | (and contain extern "C" when necessary)
* | mysqld.vcproj:kent@mysql.com2005-10-011-1/+1
| | | | | | | | Removed "examples/" from path to "ha_archive.cc"
* | Many files:kent@mysql.com2005-09-307-69/+1528
| | | | | | | | Revert back 5.0 changes to Visual Studio .Net project files
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com2005-09-3041-0/+43792
|\ \ | |/ | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
| * Many files:kent@mysql.com2005-09-3041-0/+43792
| | | | | | | | | | | | | | | | | | | | New VC7 project files des_key_file.cc: Visual C++ wants '"' for local include mysql.cc: Cast my_cgets() argument for VC6 and VC7 dummy.cpp: Added to convince VS .Net generate a lib for mysqlserver
* | Removed all Visual Studio .Net .vcproj files to be able tokent@mysql.com2005-09-3041-45208/+0
| | | | | | | | back-port to 4.1 and merge forward to 5.x again properly.
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-238-54/+80
|\ \ | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * | Fixes needed to build 5.0.13 on Windows:joerg@mysql.com2005-09-222-2/+2
| | | | | | | | | | | | | | | - reflect two "Makefile.am" changes in the respective "VC project" files, - correct a typo in a (normally) unused macro parameter.
| * | More fixes to the VC 7.1 solution and vcproj filesreggie@fedora.(none)2005-09-193-29/+34
| | |
| * | hopefully final set of changes to the libmysqld targetsreggie@fedora.(none)2005-09-161-2/+8
| | |
| * | more fixes to the vcproj build processreggie@fedora.(none)2005-09-162-12/+26
| | |