Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many files: | kent@mysql.com | 2005-09-30 | 1 | -0/+41 |
| | | | | Revert back 5.0 changes to Visual Studio .Net project files | ||||
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 | kent@mysql.com | 2005-09-30 | 1 | -0/+993 |
|\ | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release | ||||
| * | Many files: | kent@mysql.com | 2005-09-30 | 1 | -0/+993 |
| | | | | | | | | | | | | | | | | | | | | 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 to | kent@mysql.com | 2005-09-30 | 1 | -1034/+0 |
| | | | | | | | | back-port to 4.1 and merge forward to 5.x again properly. | ||||
* | | Some changes to project files | reggie@monster. | 2005-08-09 | 1 | -0/+3 |
| | | | | | | | | | | str_alloc had been added but was not added to mysqlclient and strings libmysql should have had strings as a dependent. | ||||
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-7003 | jimw@mysql.com | 2005-08-02 | 4 | -1/+18 |
|\ \ | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean | ||||
| * | | Add my_str_malloc and _free function pointers to strings library | jimw@mysql.com | 2005-06-24 | 4 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | Conversions of dsp files to vcproj. These files are compatible with | reggie@fedora.(none) | 2005-08-02 | 1 | -0/+1031 |
|/ / | | | | | | | | | Visual Studio 2003. I have not yet changed the windows build scripts to use these. | ||||
* | | Merge of 4.1 -> 5.0 | lenz@mysql.com | 2005-06-01 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | - applied more changes to enable the CP932 charset on Windows | lenz@mysql.com | 2005-05-24 | 1 | -0/+4 |
| | | | | | | | | - fixed linking with zlib | ||||
| * | - added the cp932 charset support to the Windows builds | lenz@mysql.com | 2005-05-24 | 1 | -0/+4 |
| | | |||||
* | | Add cp932 and eucjpms character sets to Windows build. (Bug #9479) | jimw@mysql.com | 2005-04-07 | 2 | -0/+16 |
| | | |||||
* | | merged | serg@serg.mylan | 2005-03-09 | 1 | -0/+266 |
|\ \ | |/ | |||||
| * | Various fixes for Windows 2003 Platform SDK SP1 beta | georg@lmy002.wdf.sap.corp | 2005-03-07 | 1 | -1/+1 |
| | | |||||
| * | New Project files for Windows Ithanium 64-bit builds | georg@lmy002.wdf.sap.corp | 2005-03-06 | 1 | -0/+266 |
| | | |||||
* | | Changes and fixes for windows compilation | georg@beethoven.site | 2005-02-18 | 1 | -0/+4 |
|/ | |||||
* | After merge fixes | monty@mysql.com | 2004-05-24 | 1 | -1/+1 |
| | | | | | Remove compiler warnings Update windows project files | ||||
* | Merge with 4.0, mainly to get changes to windows project files | monty@mysql.com | 2004-05-20 | 1 | -5/+2 |
|\ | |||||
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | monty@mysql.com | 2004-05-19 | 1 | -8/+4 |
| | | | | | | | | | | | | | | Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables. | ||||
* | | - Windows compile fixes: added some missing files to the Windows Project | lenz@mysql.com | 2004-05-06 | 1 | -0/+4 |
| | | | | | | | | files, fixed linking of myisam_ftdump | ||||
* | | Merge with 4.0 | monty@mysql.com | 2004-03-25 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | Changes to project files precipitated from 4.1 test builds. | Greg@greg-laptop. | 2004-03-22 | 2 | -0/+8 |
| | | |||||
* | | Applied fixes to issues discovered during test builds on Windows. | Greg@greg-laptop. | 2004-02-27 | 3 | -35/+51 |
| | | |||||
* | | Portability fixes for Windows | monty@mysql.com | 2003-12-08 | 1 | -0/+4 |
| | | |||||
* | | Simplified 'wrong xxx name' error messages by introducing 'general' ↵ | monty@narttu.mysql.fi | 2003-11-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix broken windows distribution workspace file (libmysql.dsp), which is ↵ | venu@myvenu.com | 2003-04-16 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | LOAD DATA INFILE is not replicated if replicate_*_table is set | monty@narttu.mysql.fi | 2003-02-28 | 8 | -38/+34 |
| | | | | | | | | LOAD DATA LOCAL INFILE was not replicated correctly | ||||
* | | Fix .dsp files to have all new changes to work with src disribution package ↵ | venu@myvenu.com | 2003-02-20 | 1 | -51/+33 |
| | | | | | | | | script | ||||
* | | Update to VC++ build files | monty@mashka.mysql.fi | 2003-01-21 | 8 | -56/+47 |
| | | |||||
* | | Windows build fix | venu@myvenu.com | 2003-01-18 | 1 | -0/+29 |
| | | |||||
* | | Portability fixes to be able to compile MySQL with VC++ | monty@narttu.mysql.fi | 2002-10-08 | 1 | -0/+4 |
|/ | |||||
* | merge with 3.23.53 | monty@hundin.mysql.fi | 2002-08-16 | 4 | -0/+331 |
|\ | | | | | | | New fix for pthread_mutex_trylock for HPUX 10.20 | ||||
| * | Added the last VC++ workspace and project files | miguel@hegel.local | 2002-08-15 | 5 | -0/+573 |
| | |||||
* | Adding Win32 IDE Stuff | miguel@light.local | 2001-10-21 | 4 | -0/+767 |
-WorkSpace and Project Files for VC++6.0 -InstallShield Files for setup program. |