summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupunknown2003-12-181-1/+1
* Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-171-1/+1
|\
| * fixed small error in types in sql/field.cc unknown2003-12-171-1/+1
* | Fixes for last pullunknown2003-12-161-1/+1
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-131-2/+2
|\ \ | |/ |/|
| * Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-111-2/+2
| |\
| | * Fix for bug when zeros are to be prepended to decimal fieldunknown2003-11-181-2/+2
* | | refixed last vva patch with monty's instructionsunknown2003-12-121-2/+2
* | | added checking for old cuted value in Field_enum::storeunknown2003-12-121-1/+1
|/ /
* | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-2/+2
* | Fix undeterministic behaviour of year check unknown2003-12-041-9/+5
* | Fix for Bug #1448 "Date parsing fails, and fails to complain unknown2003-12-021-22/+50
|/
* Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-221-1/+8
* Fixed some varnings from valgrindunknown2003-08-201-2/+5
* snprintf compatibility fixunknown2003-08-121-1/+1
* Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-1/+2
* Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-2/+23
* Fixes for valgrindunknown2003-04-231-1/+1
* Fix for --new option (Timestamp in YYYY-MM-DD HH:MM:SS format)unknown2003-03-121-0/+25
* disable partial timestamps in --new modeunknown2003-03-061-10/+6
* --new option and local variable to optionally turn onunknown2003-03-051-6/+23
* Add CHARSET keyword (missing from last push)unknown2002-12-111-2/+4
* Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-7/+15
* mergeunknown2002-11-071-9/+9
|\
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-9/+9
* | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0unknown2002-11-071-3/+8
|\ \
| * | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-3/+8
| |/
* | Final decimal bug fix changeset (hope) unknown2002-11-061-65/+58
* | Decimal field fix overflowunknown2002-10-301-19/+16
* | Fix exponent overflow handling for decimal type. Overflow lead to crashunknown2002-10-131-15/+40
|/
* Allow storing "+456" then decimal declared unsigned unknown2002-07-301-2/+9
* New SET syntax & system variables.unknown2002-07-231-1/+1
* Updated windows files (VC++ files and winmysqladmin).unknown2002-06-281-1/+3
* Indentation cleanup & new commentsunknown2002-06-281-21/+12
* Adding handling of numbers with exponent to decimal type. unknown2002-06-241-129/+314
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-7/+7
* removed init_count from IO_CACHE.unknown2002-06-051-1/+2
* merge with 3.23.51unknown2002-05-161-11/+37
|\
| * Fixed problems with DECIMAL() type on overflow.unknown2002-05-021-11/+37
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-2/+2
* | support for unsigned FLOAT/DOUBLEunknown2002-03-271-0/+25
* | Update copyrightunknown2001-12-061-5/+5
* | Update of query cache code.unknown2001-12-051-117/+118
* | Portability fixunknown2001-11-071-5/+5
* | merge with 3.23.44unknown2001-11-041-16/+26
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cunknown2001-11-031-6/+18
| * Portability fixesunknown2001-10-311-10/+8
* | Don't do signal() on windows (Causes instability problems)unknown2001-10-171-2/+2
* | Remved Gemini code.unknown2001-10-101-54/+0
|/
* Some fixes for Geminiunknown2001-09-201-1/+1