summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mergedserg@serg.mylan2006-01-031-14/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-14/+8
* | | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b15581bar@mysql.com2006-01-121-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Bug#15581: COALESCE function truncates mutli-byte TINYTEXT valuesbar@mysql.com2005-12-191-3/+3
| | |_|/ | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Review fixes of new pushed codemonty@mysql.com2006-01-061-2/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0anozdrin@mysql.com2005-12-071-0/+347
|\ \ \ \ | |_|_|/ |/| | |
| * | | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-0/+347
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-14299jimw@mysql.com2005-12-061-23/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Report truncation of spaces when inserting into a BINARY or VARBINARYjimw@mysql.com2005-11-151-23/+34
* | | | Addition to fix for bug #12956: cast make differ rounding.ramil@mysql.com2005-11-291-2/+2
| |/ / |/| |
* | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0ingo@production.mysql.com2005-11-211-9/+12
|\ \ \
| * | | Bug#13707 - Server crash with INSERT DELAYED on MyISAM tableingo@mysql.com2005-11-141-9/+12
| |/ /
* | | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-26/+26
|/ /
* | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0ingo@production.mysql.com2005-11-081-3/+10
|\ \
| * | Bug#13707 - Server crash with INSERT DELAYED on MyISAM tableingo@mysql.com2005-11-071-3/+10
* | | Fix for BUG#14703 "Valgrind error when inserting 0 into a BIT column (like in...guilhem@mysql.com2005-11-071-2/+2
|/ /
* | BUG #14532patg@krsna.patg.net2005-10-311-0/+1
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-5/+3
|\ \ | |/
| * Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2005-10-311-5/+3
| |\
| | * Additional fix for #12839hf@deer.(none)2005-10-311-2/+1
| | * Fix for bug #12839 (Endian support is absurd)hf@deer.(none)2005-09-211-5/+4
* | | 4.1->5.0 mergesergefp@mysql.com2005-10-291-0/+12
|\ \ \ | |/ /
| * | BUG#14139: When handling "CREATE TABLE(field_X type_spec,...) SELECT smth AS ...sergefp@mysql.com2005-10-261-0/+12
| |/
| * Fixed compiler warningsmonty@mysql.com2005-07-281-1/+1
* | Move handling of suffix_length from strnxfrm_bin() to filesort to ensure prop...monty@mysql.com2005-10-141-0/+43
* | type_binary.result, type_binary.test:bar@mysql.com2005-10-131-1/+2
* | Some minor fixes revealed as warnings byjani@a193-229-222-105.elisa-laajakaista.fi2005-09-231-1/+1
* | Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-80/+131
* | Fixes during review of new pushed codemonty@mishka.local2005-07-311-11/+11
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-07-271-1/+4
|\ \
| * | fix (bug #11964: ALTER TABLE gives wrong error message with sql-mode TRADITIO...ramil@mysql.com2005-07-251-1/+4
* | | a fix (bug #11546: Bad error message from inserting out of range values, SQL_...ramil@mysql.com2005-07-261-2/+8
|/ /
* | Fix date conversion on 32-bit machines.jimw@mysql.com2005-07-201-4/+4
* | Fix warnings/compilation failures reported by Jan Lindstromkonstantin@mysql.com2005-07-201-5/+5
* | Merge mysql.com:/home/jimw/my/mysql-5.0-5906jimw@mysql.com2005-07-191-119/+92
|\ \
| * | Fix number to date conversion so it always honors the NO_ZERO_DATE,jimw@mysql.com2005-07-181-119/+92
* | | NO_DEFAULT_VALUE_FLAG and BLOB_FLAG combinedramil@mysql.com2005-07-151-2/+2
* | | a fix (bug #9881: ALTER TABLE gives wrong error message with sql-mode TRADITI...ramil@mysql.com2005-07-151-1/+2
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-07-141-1/+3
|\ \ \ | |/ / |/| / | |/
| * A fix and a test case for Bug#9735.konstantin@mysql.com2005-07-141-1/+3
* | manual mergemonty@mysql.com2005-07-041-2/+7
|\ \
| * | Fixes during review of new codemonty@mysql.com2005-07-041-1/+1
| * | Simple optimizationmonty@mysql.com2005-06-291-1/+6
* | | Merge with 4.1monty@mysql.com2005-07-031-1/+8
|\ \ \ | |/ / |/| / | |/
| * Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2005-06-281-17/+24
| |\
| * | Cleanup during review of new codemonty@mishka.local2005-06-211-1/+8
* | | field.cc:igor@rurik.mysql.com2005-06-241-1/+1
* | | Manual mergeigor@rurik.mysql.com2005-06-231-12/+16
|\ \ \ | | |/ | |/|
| * | func_str.result, func_str.test:igor@rurik.mysql.com2005-06-231-17/+24
| |/