summaryrefslogtreecommitdiff
path: root/VC++Files/strings
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com2005-09-301-0/+41
| | | | Revert back 5.0 changes to Visual Studio .Net project files
* Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com2005-09-301-0/+993
|\ | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
| * Many files:kent@mysql.com2005-09-301-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 tokent@mysql.com2005-09-301-1034/+0
| | | | | | | | back-port to 4.1 and merge forward to 5.x again properly.
* | Some changes to project filesreggie@monster.2005-08-091-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-7003jimw@mysql.com2005-08-024-1/+18
|\ \ | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * | Add my_str_malloc and _free function pointers to strings libraryjimw@mysql.com2005-06-244-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-021-0/+1031
|/ / | | | | | | | | Visual Studio 2003. I have not yet changed the windows build scripts to use these.
* | Merge of 4.1 -> 5.0lenz@mysql.com2005-06-011-0/+4
|\ \ | |/
| * - applied more changes to enable the CP932 charset on Windowslenz@mysql.com2005-05-241-0/+4
| | | | | | | | - fixed linking with zlib
| * - added the cp932 charset support to the Windows buildslenz@mysql.com2005-05-241-0/+4
| |
* | Add cp932 and eucjpms character sets to Windows build. (Bug #9479)jimw@mysql.com2005-04-072-0/+16
| |
* | mergedserg@serg.mylan2005-03-091-0/+266
|\ \ | |/
| * Various fixes for Windows 2003 Platform SDK SP1 betageorg@lmy002.wdf.sap.corp2005-03-071-1/+1
| |
| * New Project files for Windows Ithanium 64-bit buildsgeorg@lmy002.wdf.sap.corp2005-03-061-0/+266
| |
* | Changes and fixes for windows compilationgeorg@beethoven.site2005-02-181-0/+4
|/
* After merge fixesmonty@mysql.com2004-05-241-1/+1
| | | | | Remove compiler warnings Update windows project files
* Merge with 4.0, mainly to get changes to windows project filesmonty@mysql.com2004-05-201-5/+2
|\
| * Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-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 Projectlenz@mysql.com2004-05-061-0/+4
| | | | | | | | files, fixed linking of myisam_ftdump
* | Merge with 4.0monty@mysql.com2004-03-252-0/+8
|\ \ | |/
| * Changes to project files precipitated from 4.1 test builds.Greg@greg-laptop.2004-03-222-0/+8
| |
* | Applied fixes to issues discovered during test builds on Windows.Greg@greg-laptop.2004-02-273-35/+51
| |
* | Portability fixes for Windowsmonty@mysql.com2003-12-081-0/+4
| |
* | Simplified 'wrong xxx name' error messages by introducing 'general' ↵monty@narttu.mysql.fi2003-11-031-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.com2003-04-161-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.0monty@narttu.mysql.fi2003-03-161-7/+7
|\ \ | |/
| * LOAD DATA INFILE is not replicated if replicate_*_table is setmonty@narttu.mysql.fi2003-02-288-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.com2003-02-201-51/+33
| | | | | | | | script
* | Update to VC++ build filesmonty@mashka.mysql.fi2003-01-218-56/+47
| |
* | Windows build fix venu@myvenu.com2003-01-181-0/+29
| |
* | Portability fixes to be able to compile MySQL with VC++monty@narttu.mysql.fi2002-10-081-0/+4
|/
* merge with 3.23.53monty@hundin.mysql.fi2002-08-164-0/+331
|\ | | | | | | New fix for pthread_mutex_trylock for HPUX 10.20
| * Added the last VC++ workspace and project filesmiguel@hegel.local2002-08-155-0/+573
|
* Adding Win32 IDE Stuffmiguel@light.local2001-10-214-0/+767
-WorkSpace and Project Files for VC++6.0 -InstallShield Files for setup program.