summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for OS2.unknown2001-08-221-1/+1
* Portability fixes.unknown2001-08-211-1/+1
* Fixed bug in mysqlcheck when using --fastunknown2001-06-191-1/+1
* Pushing all the Gemini changes above the table handler.unknown2001-05-291-0/+53
* Don't use ranges on HEAP tables with LIKEunknown2001-04-171-1/+1
* The environment variable PAGER is now used as the default pagerunknown2001-04-171-3/+5
* Fixed bug with HEAP tables when using LIKEunknown2001-04-161-1/+1
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLunknown2001-04-101-1/+1
* mysql-test/r/order_by.result fixed for new testunknown2001-03-131-1/+1
* Fixes for innobase usageunknown2001-03-031-5/+39
* text/blob fields in some cases were not handled properlyunknown2001-03-011-1/+1
* Check that __FLOAT_WORD_ORDER is definedunknown2001-02-081-2/+2
* Use new bitmap interfaceunknown2001-02-071-0/+11
* Portability fixes for OPENBSD, OS2 and Windowsunknown2001-01-271-2/+2
* Fixed for bugs that was found when getting full code coverage of BDBunknown2001-01-171-2/+63