| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| | |
a restriction to 255 chars for editable buffer.
|
| | |
|
| |
| |
| |
| | |
string while replicating LOAD DATA INFILE statement.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changed spelling "Commerical" to "Commercial"
mysqld.vcproj:
Aligned engines with Unix version
sql_class.cc:
VC7 needs my_free() cast of first arg to be (gptr)
my_global.h:
Can't assume macro set_timespec_nsec exists if set_timespec does
|
|\ \
| |/
| |
| | |
into mishka.local:/home/my/mysql-5.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added archive and example storage engine to Windows build
ha_example.cc, ha_archive.cc:
Windows fix, use relative include path to "mysql_priv.h"
ha_archive.h:
Windows VC6 compile needed (char*) cast of byte var
mysqltest.dsp, mysql_test_run_new.dsp:
Added /FD flag, to avoid include file warnings
|
| |
| |
| |
| | |
Added the blackhole storage engine to the Max builds
|
| |
| |
| |
| |
| | |
str_alloc had been added but was not added to mysqlclient and strings
libmysql should have had strings as a dependent.
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
which will by default exit(1) if malloc() fails, but can be set
to do something else by the calling program does, which mysqld
does to use my_malloc(..., MYF(MY_FAE)) instead. Also checks
allocation in conf_to_src utility program. (Bug #7003)
|
| | |
| | |
| | |
| | |
| | | |
Visual Studio 2003. I have not yet changed the windows build scripts
to use these.
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | | |
ctype-cp932.c
(thanks to JoergB for spotting it)
|
|\ \ \
| |/ /
| | |
| | | |
into deer.(none):/home/hf/work/mysql-5.0.clean
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This file was part of the patch for
Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options
message.mc:
new file
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mishka.local:/home/my/mysql-5.0
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed defaults option --instance to --defaults-group-suffix
Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order
Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX
mysql_print_defaults now understands --defaults-group-suffix
Remove usage of my_tempnam() (not safe function)
if( -> if ( and while( to while (
|
|\ \ \ \ |
|
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Corrected libs and lib search path for debug target
|