kent@mysql.com/kent-amd64.(none)
19a6a09126
Many files:
...
Major cleanup of old Visual Studio project files, aligning engines etc
2007-03-19 16:18:10 +01:00
kent@mysql.com
c72092bdab
Many files:
...
Revert back 5.0 changes to Visual Studio .Net project files
2005-09-30 16:44:31 +02:00
kent@mysql.com
7b2e04d5a2
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
2005-09-30 16:37:02 +02:00
kent@mysql.com
664503deca
Removed all Visual Studio .Net .vcproj files to be able to
...
back-port to 4.1 and merge forward to 5.x again properly.
2005-09-30 16:33:27 +02:00
kent@mysql.com
21cf818a8d
Many files:
...
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
2005-09-30 14:03:55 +02:00
reggie@monster.
03060be40f
Some changes to project files
...
str_alloc had been added but was not added to mysqlclient and strings
libmysql should have had strings as a dependent.
2005-08-09 14:48:43 -05:00
jimw@mysql.com
97797d91fb
Merge mysql.com:/home/jimw/my/mysql-5.0-7003
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-08-02 16:50:09 -07:00
reggie@fedora.(none)
5a0250c349
Conversions of dsp files to vcproj. These files are compatible with
...
Visual Studio 2003. I have not yet changed the windows build scripts
to use these.
2005-08-02 18:47:02 -05:00
jimw@mysql.com
409592e652
Add my_str_malloc and _free function pointers to strings library
...
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 )
2005-06-24 13:41:33 -07:00
lenz@mysql.com
9afd2563e9
Merge of 4.1 -> 5.0
2005-06-01 15:11:14 +02:00
lenz@mysql.com
6083014c4c
- applied more changes to enable the CP932 charset on Windows
...
- fixed linking with zlib
2005-05-24 22:42:43 +02:00
lenz@mysql.com
236ca3626f
- added the cp932 charset support to the Windows builds
2005-05-24 14:46:28 +02:00
jimw@mysql.com
43d926029f
Add cp932 and eucjpms character sets to Windows build. (Bug #9479 )
2005-04-07 09:51:56 -07:00
serg@serg.mylan
956682de1a
merged
2005-03-09 14:09:06 +01:00
georg@lmy002.wdf.sap.corp
e8e5cd5053
Various fixes for Windows 2003 Platform SDK SP1 beta
2005-03-07 13:04:05 +01:00
georg@lmy002.wdf.sap.corp
473f2f9409
New Project files for Windows Ithanium 64-bit builds
2005-03-06 14:22:28 +01:00
georg@beethoven.site
26e3685b02
Changes and fixes for windows compilation
2005-02-18 15:17:17 +01:00
monty@mysql.com
56c0258536
After merge fixes
...
Remove compiler warnings
Update windows project files
2004-05-24 14:42:34 +03:00
monty@mysql.com
a4b0ec1ede
Merge with 4.0, mainly to get changes to windows project files
2004-05-20 00:54:52 +03:00
monty@mysql.com
86a966256b
Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
...
Ensured that all projects compile
Removed compiler warnings
Better setting of server_version variable.
Fix that make_win_src_distribution creates the privilege tables.
2004-05-19 16:38:12 +03:00
lenz@mysql.com
f39c4012a3
- Windows compile fixes: added some missing files to the Windows Project
...
files, fixed linking of myisam_ftdump
2004-05-06 18:31:09 +02:00
monty@mysql.com
e0e0314d60
Merge with 4.0
2004-03-25 23:29:45 +02:00
Greg@greg-laptop.
663b3ffea8
Changes to project files precipitated from 4.1 test builds.
2004-03-22 14:30:30 -07:00
Greg@greg-laptop.
59e8a77f6a
Applied fixes to issues discovered during test builds on Windows.
2004-02-27 17:27:07 +01:00
monty@mysql.com
e8aef44349
Portability fixes for Windows
2003-12-08 12:25:37 +02:00
monty@narttu.mysql.fi
a444a3449f
Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error
...
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
Changed flag argument to str_to_TIME() and get_date() from bool to uint
Removed THD from str_to_xxxx functions and Item class.
Fixed core dump when doing --print-defaults
Move some common string functions to strfunc.cc
Dates as strings are now of type my_charset_bin instead of default_charset()
Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
Renamed some TIMESTAMP_xxx enums to more appropriate names
Use defines instead of integers for date/time/datetime string lengths
Added to build system and use the new my_strtoll10() function.
2003-11-03 14:01:59 +02:00
venu@myvenu.com
077d7e81c8
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
...
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
2003-04-16 11:49:52 -07:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
monty@narttu.mysql.fi
e8aa21c8d3
LOAD DATA INFILE is not replicated if replicate_*_table is set
...
LOAD DATA LOCAL INFILE was not replicated correctly
2003-02-28 22:24:00 +02:00
venu@myvenu.com
6974eb41b3
Fix .dsp files to have all new changes to work with src disribution package script
2003-02-20 14:16:57 -08:00
monty@mashka.mysql.fi
4fd9bad4cc
Update to VC++ build files
2003-01-21 21:22:45 +02:00
venu@myvenu.com
e0a79dc112
Windows build fix
2003-01-18 14:04:34 -08:00
monty@narttu.mysql.fi
da2abaf887
Portability fixes to be able to compile MySQL with VC++
2002-10-08 22:28:24 +03:00
monty@hundin.mysql.fi
5ff30464a6
merge with 3.23.53
...
New fix for pthread_mutex_trylock for HPUX 10.20
2002-08-16 14:41:22 +03:00
miguel@hegel.local
9af314538e
Added the last VC++ workspace and project files
2002-08-15 18:42:17 -03:00
miguel@light.local
9cc393f6e4
Adding Win32 IDE Stuff
...
-WorkSpace and Project Files for VC++6.0
-InstallShield Files for setup program.
2001-10-21 23:11:13 -02:00