summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* - VARCHAR(n) with binary character set is now displayed as VARBINARY(N).unknown2004-12-081-3/+10
* Update results for new varchar handlingunknown2004-12-071-3/+5
* Merge with new VARCHAR codeunknown2004-12-061-147/+330
|\
| * Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-163/+353
* | Merge with 4.1unknown2004-12-061-19/+20
|\ \
| * | merge (new code fixed the ALTER TABLE problem)unknown2004-12-021-23/+0
| * | merged on pullunknown2004-12-021-18/+42
| |\ \
| | * | Cleanups during review stageunknown2004-12-021-18/+42
* | | | Merge for Matt for Innodb bug. unknown2004-11-301-0/+1
|\ \ \ \ | |/ / /
| * | | Portability fix. Why not to use UINT_MAX32 here?unknown2004-11-301-2/+2
| |/ /
* | | compatibility fixesunknown2004-11-291-14/+14
* | | A fix. Why didn't we use UINT_MAX32?unknown2004-11-241-2/+2
* | | mergedunknown2004-11-201-0/+4
|\ \ \ | |/ /
| * | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handledunknown2004-11-191-0/+4
| |\ \
| | * | Fix for bug #6266 "Invalid DATETIME value is not handled properly".unknown2004-11-151-0/+4
* | | | Fix warnings and compilation failures (Windows).unknown2004-11-171-3/+1
* | | | Merge with 4.1unknown2004-11-121-0/+1
|\ \ \ \ | |/ / /
| * | | Fix to allow usage of 4.0 tables with 4.1unknown2004-11-121-0/+1
* | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-4/+21
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | More debuggingunknown2004-11-101-2/+8
| * | Simple optimizationunknown2004-11-091-3/+10
| * | ctype_ujis.result, ctype_ujis.test, field.cc:unknown2004-11-081-2/+6
| |/
* | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-5/+14
|\ \ | |/
| * field.cc, sql_mode.result, sql_mode.test:unknown2004-11-041-0/+4
| * A fix according to Monty's request:unknown2004-10-291-5/+10
* | merge with 4.1unknown2004-10-291-92/+173
|\ \ | |/
| * Produce a "truncated" warning if a value cannot be convertedunknown2004-10-281-10/+22
| * mergedunknown2004-10-261-16/+0
| |\
| | * Bug #6019 - SELECT tries to use too short prefix index on utf8 dataunknown2004-10-261-16/+0
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-261-2/+2
| |\ \
| | * | A lot of fixes for prepared statements (PS):unknown2004-10-261-2/+2
| | |/
| * | Bug 6206: ENUMs are not case sensitive even if declared BINARYunknown2004-10-261-2/+2
| * | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-1/+1
| |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-5/+3
| |\
| | * A fix and test case for Bug#6049 "Loss of sign when using prepared unknown2004-10-161-5/+3
| * | Review of all code pushed since last reviewunknown2004-10-201-18/+7
| |/
| * Bug #6043 erratic searching for diacriticals in indexed MyISAM UTF-8 tableunknown2004-10-141-6/+6
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-051-0/+8
| |\
| | * Fixed small bug in handling of pre-4.1 TIMESTAMP columns which wasunknown2004-10-051-0/+8
| * | Bug #5832 SELECT doesn't return records in some casesunknown2004-10-051-1/+9
| |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-011-17/+30
| |\
| | * Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-17/+30
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-09-261-11/+49
| |\ \
| | * | bug #5723 length(varchar utf8 field) returns verying resultsunknown2004-09-261-11/+49
| | |/
| * | postreview fixunknown2004-09-261-0/+11
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-09-251-1/+2
| |\ \ | | |/
| | * Fix alignment.unknown2004-09-241-1/+2
| * | postreview fixes (BUG#5618 & BUG#5590)unknown2004-09-251-22/+41
| |/
| * A fix (Bug #5291: float -> string, truncation, sometimes without warning).unknown2004-09-031-1/+1
* | More fixes for strict mode:unknown2004-10-021-4/+10