summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningsMonty2018-01-271-2/+7
* Do not misspell "fall through"Marko Mäkelä2018-01-031-1/+0
* Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-0/+3
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-01-021-0/+3
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2018-01-021-0/+3
| | |\
| | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-0/+3
* | | | Fixed compiler warnings about possible uninitialized variablesMonty2018-01-011-5/+3
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+8
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+8
| | |\ \ | | | |/
| | | * MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-301-0/+8
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-251-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-10-241-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-13776 mysqld got signal 11 on delete returningIgor Babaev2017-10-231-1/+2
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-3/+3
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-09-221-17/+22
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-09-211-14/+20
| |\ \ \ | | |/ /
| | * | cleanup: TABLE_LIST::view_check_optionSergei Golubchik2017-09-211-17/+20
| | * | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-201-4/+7
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-201-2/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-201-0/+3
| |\ \ \ | | |/ /
| | * | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Oleksandr Byelkin2017-09-191-0/+3
* | | | MDEV-13354: Server crashes in find_field_in_tables upon PS with window functi...Vicențiu Ciorbaru2017-09-191-2/+3
* | | | MDEV-13596 CHECK constraints disallow NULL to pass through, violating SQLSergei Golubchik2017-09-181-1/+2
* | | | enable innodb tests for virtual indexed columns (sic!)Sergei Golubchik2017-08-141-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-10/+1
|\ \ \ \ | |/ / /
| * | | MDEV-11646 main.myisam, maria.maria, main.mix2_myisam, main.myisampack, main....Sergei Golubchik2017-06-301-10/+1
* | | | MDEV-12738 main.default fails with valgrind in buildbot and outsideSergei Golubchik2017-07-051-1/+1
* | | | MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columnsSergei Golubchik2017-07-051-3/+7
* | | | Fixed the bug mdev-13193.Igor Babaev2017-06-291-0/+4
* | | | Fixed the bug mdev-12845.Igor Babaev2017-06-221-2/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-1/+38
|\ \ \ \ | |/ / /
| * | | MDEV-11196: Error:Run-Time Check Failure #2 - Stack around the variable 'key_...bb-mdev-12229Varun Gupta2017-05-281-1/+38
* | | | MDEV-10355 Weird error message upon CREATE TABLE with DEFAULTbb-10.2-MDEV-10355Jacob Mathew2017-04-181-3/+4
* | | | MDEV-11117 CHECK constraint fails on intermediate step of ALTERbb-10.2-MDEV-11117Jacob Mathew2017-04-171-0/+18
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-12261 build failure without P_SSergei Golubchik2017-03-151-1/+1
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-1/+1
| | |\ \ | | | |/
* | | | MDEV-11115 CHECK constraints are not shown in I_S.TABLE_CONSTRAINTSbb-10.2-MDEV-11115Jacob Mathew2017-03-291-0/+4
* | | | MDEV-11114 Cannot drop column referenced by CHECK constraint: Unknown column ...Sergei Golubchik2017-03-291-4/+1
* | | | MDEV-10370 Check constraints on virtual columns fails on INSERT when column n...Sergei Golubchik2017-03-291-0/+2
* | | | MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-1/+1
* | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-131-2/+5
* | | | cleanup: handler::key_readSergei Golubchik2017-02-131-6/+5
* | | | cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-131-16/+18
* | | | bugfix: don't calculate vcols if doing keyreadSergei Golubchik2017-02-131-1/+3