summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* less strict assert to take into account weird casesunknown2004-08-191-2/+4
* take dec. point into account in store_double_in_stringunknown2004-08-191-6/+12
* Bug 4937: different date -> string conversion when usingunknown2004-08-181-40/+50
* A desperate attempt to comment one place where we do conversions.unknown2004-08-161-0/+27
* Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflowunknown2004-08-111-2/+27
* bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysq...unknown2004-06-241-0/+80
* Merge with 3.23 to get latest bug fixesunknown2004-06-101-0/+18
|\
| * Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect resultsunknown2004-06-071-0/+18
* | Fixed http address in some scripts (Bug #3460)unknown2004-04-281-1/+1
* | Fix for bug #2523 '"func_time" test fails on QNX'.unknown2004-01-301-9/+5
* | Fix for bugs #1885, #2464, #2539. Proper handling of defaultunknown2004-01-301-2/+1
* | 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