summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+1
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+1
| |\
* | \ Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-2/+5
|\ \ \ | |/ /
| * | MDEV-18899: Server crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-03-281-2/+5
| * | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-231-0/+18
| * | Backporting MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2019-02-231-0/+57
| * | Backporting MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUT...Alexander Barkov2019-02-231-0/+51
* | | Merge 10.2 into 10.3Marko Mäkelä2019-02-191-2/+2
|\ \ \ | |/ /
| * | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-2/+2
* | | Fixed two bugs related to column level constraintsMonty2019-02-131-0/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-7/+26
|\ \ \ | |/ /
| * | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-7/+26
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-2/+15
|\ \ \ | |/ /
| * | MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...bb-10.2-MDEV-16217Oleksandr Byelkin2018-11-141-2/+15
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-9/+11
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-1/+1
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-1/+2
| | | |\
| | | | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-201-1/+2
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-6/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-6/+11
| | |\ \ \ | | | |/ /
| | | * | MDEV-17067 Server crash in write_block_recordMonty2018-08-241-6/+11
* | | | | Revert "MDEV-16768: fix blob key length"Sergei Golubchik2018-09-211-3/+1
* | | | | MDEV-16768: fix blob key lengthMing Lin2018-09-121-1/+3
* | | | | Fixed that -DDBUG_ASSERT_AS_PRINTF works againMonty2018-08-161-3/+5
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-1/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16711 Crash in Field_blob::store() while reading statisticsIgor Babaev2018-07-151-1/+7
* | | | | MDEV-16729 VARCHAR COMPRESSED is created with a wrong length for multi-byte c...Alexander Barkov2018-07-241-3/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-9/+18
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-12574 MAX(old_decimal) produces a column of the old DECIMAL typeAlexander Barkov2018-06-251-9/+18
| * | | | MDEV-12809 Bad column type created for TEXT(1431655798) CHARACTER SET utf8Alexander Barkov2018-06-211-1/+1
* | | | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-2/+4
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-06-181-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-141-0/+10
| * | | | register keyword c++17 warningEugene Kosov2018-04-241-1/+1
* | | | | Cleanup isnan() portability checksSergey Vojtovich2018-05-261-1/+1
* | | | | Cleanup isinf() portability checksSergey Vojtovich2018-05-261-1/+1
* | | | | Use std::isfinite in C++ codeSergey Vojtovich2018-05-241-1/+1
* | | | | MDEV-15592 - Column COMPRESSED should select a 'high order' datatypeSergey Vojtovich2018-05-111-24/+47
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-21/+21
* | | | | MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates dataSergey Vojtovich2018-04-301-33/+28
* | | | | MDEV-15971 Split the code for CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LE...Alexander Barkov2018-04-221-0/+6
* | | | | MDEV-15926 MEDIUMINT returns wrong I_S attributesAlexander Barkov2018-04-201-1/+1
* | | | | MDEV-15762 - VARCHAR(0) COMPRESSED crashes the serverSergey Vojtovich2018-04-201-8/+3
* | | | | Cleanup: renaming methods make_field(Send_field*) to make_send_field(..)Alexander Barkov2018-04-051-9/+9
* | | | | Cleanup: removing duplicate code, adding "const", etcAlexander Barkov2018-04-021-63/+24
* | | | | MDEV-14929 - AddressSanitizer: memcpy-param-overlap in Field_longstr::compressSergey Vojtovich2018-04-021-5/+10
* | | | | Cleanup: moving timestamp_to_TIME() as a method to THDAlexander Barkov2018-03-301-21/+2
* | | | | MDEV-15597 Add class Load_data_outvar and avoid using Item::STRING_ITEM for I...Alexander Barkov2018-03-201-0/+18