summaryrefslogtreecommitdiff
path: root/sql/field.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2018-08-311-46/+0
|\
| * Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-311-46/+0
* | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-0/+46
|\ \ | |/
| * This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-151-0/+46
* | MDEV-12574 MAX(old_decimal) produces a column of the old DECIMAL typeAlexander Barkov2018-06-251-0/+13
* | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-0/+4
* | MDEV-9334 ALTER from DECIMAL to BIGINT UNSIGNED returns a wrong resultAlexander Barkov2018-06-151-0/+4
* | MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-141-46/+71
* | Fix conversion warnings/errors.Vladislav Vaintroub2018-05-241-1/+1
* | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
|\ \ | |/
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | |\
| | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
* | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-7/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-1/+7
| |\ \ \ | | |/ /
| | * | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-181-1/+7
| | * | MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuildSergei Golubchik2017-07-201-9/+1
| * | | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-211-0/+1
* | | | MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default functionAlexander Barkov2017-10-111-2/+2
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
* | | | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-221-0/+3
* | | | bugfix: ALTER TABLE and TIMESTAMPs around DST change timeSergei Golubchik2017-09-221-0/+2
* | | | MDEV-13868 cannot insert 1288481126 in a timestamp column in Europe/MoscowSergei Golubchik2017-09-221-2/+1
* | | | Field_varstring: Declare get_data() and get_length() as publicMarko Mäkelä2017-09-151-1/+1
* | | | cleanup: move Virtual_column_info::print out of Virtual_column_infoSergei Golubchik2017-07-051-1/+1
* | | | MDEV-11117 CHECK constraint fails on intermediate step of ALTERbb-10.2-MDEV-11117Jacob Mathew2017-04-171-3/+24
* | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-111-43/+76
|\ \ \ \
| * | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-26/+28
| * | | | MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-131-6/+6
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-5/+2
| |\ \ \ \ | | |/ / /
| * | | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-111-0/+3
| * | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-3/+37
| * | | | Revert "bugfix: UPDATE and virtual BLOBs"Monty2017-01-111-3/+0
* | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-73/+101
|\ \ \ \ \ | |/ / / /
| * | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-2/+2
| * | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-25/+45
| * | | | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-0/+3
| * | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-0/+5
| * | | | gcol mysql-test suite from 5.7Sergei Golubchik2016-12-121-4/+4
| * | | | cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-121-24/+22
| * | | | cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-121-16/+13
| * | | | cleanup: rename a methodSergei Golubchik2016-12-121-3/+4
| * | | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-0/+1
| * | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-0/+3
* | | | | MariaRocks port: compilation fixesSergei Petrunia2016-10-211-1/+1
* | | | | MyRocks port: make Field::char_length() a const functionSergei Petrunia2016-10-161-2/+2
|/ / / /
* | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-53/+2
* | | | optimize constant default expressionsSergei Golubchik2016-08-271-1/+5
* | | | vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REFSergei Golubchik2016-08-271-1/+1