| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
|
| |
| |
| |
| | |
Use separate ID for mysqlimport and mysql_upgrade
|
| | |
|
|/ |
|
|\
| |
| |
| | |
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-main
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | | |
into trift2.:/M50/merge-4.1-to-5.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | | |
into rurik.mysql.com:/home/igor/mysql-5.0-opt
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Don't define __NT__ for 'Max' target
|
|\ \ \
| |/ /
| | |
| | | |
into rurik.mysql.com:/home/igor/mysql-5.0-opt
|
| | |
| | |
| | |
| | |
| | | |
In the Windows build files, the "Max nt" configuration for some reason
had the mysql_client_test project disabled. Enable it.
|
| | |
| | |
| | |
| | | |
Improved definition of mysys configuration for -nt builds.
|
| | |
| | |
| | |
| | |
| | | |
Make sure for the mysys project that __NT__ is defined in *nt solution
configurations (but not in other configurations).
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 make_win_src_distribution.sh to return back dsp files
for yassl.
|
|\ \
| |/
| |
| | |
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/hf/work/mysql-5.0.mrg
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
pushed in 5.0
|
|\ \
| |/
| |
| | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
|
| |
| |
| |
| |
| | |
Set MYSQL_SERVER_SUFFIX from build scripts, not hard
code it into Visual Studio project files, bug#15974
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Missing yaSSL added to pro-gpl target
|
|\ \
| | |
| | |
| | | |
into mysql.com:/data0/mysqldev/my/mysql-5.0-release
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ / |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
Removed Debug target not used
mysql.sln:
Added pro-gpl target
Build mysqlwatch and mysqlshutdown for classic as well
|
| |
| |
| |
| |
| | |
Added Visual Studio .Net targets and 'vcproj' files for "isam",
"isamchk", "mysqlshutdown", "mysqlwatch" and "pack_isam"
|
| |
| |
| |
| | |
Fix a compile failure
|
| |
| |
| |
| | |
(and contain extern "C" when necessary)
|
| |
| |
| |
| | |
Removed "examples/" from path to "ha_archive.cc"
|
| |
| |
| |
| | |
Revert back 5.0 changes to Visual Studio .Net project files
|
|\ \
| |/
| |
| | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
back-port to 4.1 and merge forward to 5.x again properly.
|
|\ \
| | |
| | |
| | | |
into mysql.com:/opt/local/work/mysql-5.0-root
|
| | |
| | |
| | |
| | |
| | | |
- reflect two "Makefile.am" changes in the respective "VC project" files,
- correct a typo in a (normally) unused macro parameter.
|
| | | |
|
| | | |
|
| | | |
|