summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | MDEV-8229 GROUP_MIN_MAX is erroneously applied for BETWEEN in some casesAlexander Barkov2015-06-251-3/+3
* | | Adding "const" qualifier into a few methods in Field.Alexander Barkov2015-06-181-0/+1
* | | Removing duplicate code: Adding a protected methodAlexander Barkov2015-06-181-20/+4
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-26/+43
|\ \ \ | |/ /
| * | MDEV-7778 impossible create copy of table, if table contain default value for...Alexander Barkov2015-05-051-26/+43
* | | MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND)Alexander Barkov2015-03-251-1/+1
* | | MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimizati...Alexander Barkov2015-03-131-9/+88
* | | Adding "const" qualifier to Item::compare_collation()Alexander Barkov2015-03-131-1/+1
* | | MDEV-6990 GROUP_MIN_MAX optimization is not applied in some cases when it couldAlexander Barkov2015-03-121-0/+32
* | | MDEV-7334 valgrind warning "unitialized bytes" in 10.1.Alexey Botchkov2015-03-121-0/+1
* | | Reducing duplicate code and simplifying well formed string copyingAlexander Barkov2015-02-271-63/+23
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-1/+1
|\ \ \ | |/ /
| * | MDEV-7254: Assigned expression is evaluated twice when updating Jan Lindström2015-01-161-1/+1
* | | fix for 32-bitSergei Golubchik2014-12-041-2/+2
* | | compilation failure on windowsSergei Golubchik2014-12-041-4/+4
* | | MDEV-60 Support for Spatial Reference systems for the GIS data.Alexey Botchkov2014-12-041-2/+97
* | | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-166/+114
* | | cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-1/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\ \ \ | |/ /
| * | MDEV-6649 Different warnings for TIME and TIME(N) when @@old_mode=zero_date_t...Alexander Barkov2014-10-201-11/+22
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | | MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-031-1/+2
* | | MDEV-6649 Different warnings for TIME and TIME(N) when @@old_mode=zero_date_t...Alexander Barkov2014-11-031-11/+22
|/ /
* | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET...Sergei Golubchik2014-06-111-2/+53
* | cleanup: remove special case from store_key::store_key(), add Field_blob::new...Sergei Golubchik2014-06-091-19/+25
* | 5.5.38 mergeSergei Golubchik2014-06-061-12/+13
|\ \ | |/
| * Merge 5.3->5.5Alexander Barkov2014-06-041-6/+21
| |\
| | * MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME columnAlexander Barkov2014-06-041-6/+21
| * | mysql-5.5.38 mergeSergei Golubchik2014-06-031-6/+3
| |\ \
| | * | Addendum #1 to the fix for bug #18359924Georgi Kodinov2014-04-111-1/+0
| | * | Bug #18359924: INNODB AND MYISAM CORRUPTION ON PREFIX INDEXESGeorgi Kodinov2014-04-101-5/+3
| * | | Merge from 5.3Alexander Barkov2014-04-181-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-5041 Inserting a TIME with hour>24 into a DATETIME column produces a wro...Alexander Barkov2014-04-181-0/+8
| | * | 5.2 mergeSergei Golubchik2014-03-161-2/+2
| | |\ \
| | | * \ 5.1 mergeSergei Golubchik2014-03-161-2/+2
| | | |\ \
| | | | * \ mysql-5.1.73 mergeSergei Golubchik2014-03-151-2/+2
| | | | |\ \
| | | | | * | Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | | | 5.1 mergeSergei Golubchik2014-01-211-2/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | make 5.1 compiling with modern gcc.unknown2013-12-201-2/+2
* | | | | | | MDEV-5962: EITS: value "position" calculated incorrectly for CHAR(n) columnsSergey Petrunya2014-03-271-2/+11
* | | | | | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and t...Alexander Barkov2014-03-071-5/+28
* | | | | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-5/+5
* | | | | | | merge 10.0-base -> 10.0unknown2013-10-291-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge 5.5->10.0-baseunknown2013-10-291-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 5.3->5.5unknown2013-10-291-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MariaDB made be compiled by gcc 4.8.1unknown2013-10-291-2/+2
* | | | | | | | Merging more ctype_* tests from MySQL-5.6.Alexander Barkov2013-10-281-2/+2
* | | | | | | | MDEV-5163 Merge WEIGHT_STRING function from MySQL-5.6Alexander Barkov2013-10-231-6/+19
* | | | | | | | 10.0-base merge.Sergei Golubchik2013-09-211-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /