summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Move test that uses many tables (in query_cache.test) to separate test so tha...monty@narttu.mysql.fi2003-08-221-1/+8
* Fixed some varnings from valgrindmonty@narttu.mysql.fi2003-08-201-2/+5
* snprintf compatibility fixserg@serg.mylan2003-08-121-1/+1
* Fixed problem with mysql prompt when server disconnect. (Bug 356)monty@narttu.mysql.fi2003-05-271-1/+2
* Fixed problem when comparing a key for a multi-byte-character set. (bug 152)monty@mashka.mysql.fi2003-04-271-2/+23
* Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-1/+1
* Fix for --new option (Timestamp in YYYY-MM-DD HH:MM:SS format)monty@mashka.mysql.fi2003-03-121-0/+25
* disable partial timestamps in --new modeserg@serg.mysql.com2003-03-061-10/+6
* --new option and local variable to optionally turn onserg@serg.mysql.com2003-03-051-6/+23
* Add CHARSET keyword (missing from last push)monty@mashka.mysql.fi2002-12-111-2/+4
* Removed copying of parameters as this leads to memory leaks in embedded server.monty@mashka.mysql.fi2002-12-051-7/+15
* mergemonty@butch.2002-11-071-9/+9
|\
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-9/+9
* | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-11-071-3/+8
|\ \
| * | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-3/+8
| |/
* | Final decimal bug fix changeset (hope) peter@mysql.com2002-11-061-65/+58
* | Decimal field fix overflowpeter@mysql.com2002-10-301-19/+16
* | Fix exponent overflow handling for decimal type. Overflow lead to crashpeter@mysql.com2002-10-131-15/+40
|/
* Allow storing "+456" then decimal declared unsigned peter@mysql.com2002-07-301-2/+9
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
* Updated windows files (VC++ files and winmysqladmin).monty@hundin.mysql.fi2002-06-281-1/+3
* Indentation cleanup & new commentsmonty@hundin.mysql.fi2002-06-281-21/+12
* Adding handling of numbers with exponent to decimal type. peter@linux.local2002-06-241-129/+314
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-7/+7
* removed init_count from IO_CACHE.monty@hundin.mysql.fi2002-06-051-1/+2
* merge with 3.23.51monty@hundin.mysql.fi2002-05-161-11/+37
|\
| * Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-021-11/+37
* | Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-2/+2
* | support for unsigned FLOAT/DOUBLEmonty@hundin.mysql.fi2002-03-271-0/+25
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-5/+5
* | Update of query cache code.monty@hundin.mysql.fi2001-12-051-117/+118
* | Portability fixmonty@hundin.mysql.fi2001-11-071-5/+5
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-16/+26
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-031-6/+18
| * Portability fixesmonty@hundin.mysql.fi2001-10-311-10/+8
* | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-2/+2
* | Remved Gemini code.monty@hundin.mysql.fi2001-10-101-54/+0
|/
* Some fixes for Geminimonty@hundin.mysql.fi2001-09-201-1/+1
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-1/+1
* Portability fixes.monty@hundin.mysql.fi2001-08-211-1/+1
* Fixed bug in mysqlcheck when using --fastmonty@hundin.mysql.fi2001-06-191-1/+1
* Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-0/+53
* Don't use ranges on HEAP tables with LIKEmonty@donna.mysql.fi2001-04-171-1/+1
* The environment variable PAGER is now used as the default pagermonty@donna.mysql.fi2001-04-171-3/+5
* Fixed bug with HEAP tables when using LIKEmonty@donna.mysql.fi2001-04-161-1/+1
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLmonty@donna.mysql.fi2001-04-101-1/+1
* mysql-test/r/order_by.result fixed for new testserg@serg.mysql.com2001-03-131-1/+1
* Fixes for innobase usagemonty@donna.mysql.fi2001-03-031-5/+39
* text/blob fields in some cases were not handled properlysasha@mysql.sashanet.com2001-03-011-1/+1
* Check that __FLOAT_WORD_ORDER is definedmonty@donna.mysql.com2001-02-081-2/+2