summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | cleanup: remove TABLE::add_read_columns_used_by_indexSergei Golubchik2017-02-131-24/+4
* | | | bugfix: TABLE::mark_columns_used_by_index_no_resetSergei Golubchik2017-02-131-6/+0
* | | | cleanup: mark_columns_used_by_index_no_reset in handler::get_auto_incrementSergei Golubchik2017-02-131-6/+6
* | | | cleanup: mark_columns_used_by_index_no_reset in opt_range.ccSergei Golubchik2017-02-131-6/+5
* | | | bugfix: TABLE::mark_columns_used_by_indexSergei Golubchik2017-02-131-1/+1
* | | | cleanup: TABLE::non_determinstic_insertSergei Golubchik2017-02-131-13/+2
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-7/+7
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-23/+17
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-23/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-2/+4
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-2/+4
| | | |\ \ | | | | |/
| | | | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-2/+4
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-8/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-8/+5
| | | |\ \ | | | | |/
| | | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-8/+5
* | | | | MDEV-10554: Assertion `!derived->first_select()->exclude_from_table_unique_te...Oleksandr Byelkin2017-02-101-1/+3
|/ / / /
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-4/+45
* | | | Fixes for failures in test scripts and removal of some compiler warningsMonty2017-01-111-2/+3
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-10/+36
* | | | Fixed bugs found by mysql-test-run:Monty2017-01-111-1/+2
* | | | Fixed bug mdev-11674.Igor Babaev2017-01-041-11/+23
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+9
|\ \ \ \ | |/ / /
| * | | MDEV-10435 crash with bad stat tables.Alexey Botchkov2016-12-091-0/+9
* | | | buildbot issuesSergei Golubchik2016-12-131-1/+1
* | | | bugfix: reset MODE_NO_BACKSLASH_ESCAPES during vcol parsingSergei Golubchik2016-12-121-0/+3
* | | | bugfix: non-deterministic vcols in partitioningSergei Golubchik2016-12-121-0/+2
* | | | cleanup: unpack_vcol_info_from_frmSergei Golubchik2016-12-121-102/+66
* | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-23/+23
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-182/+219
* | | | cleanup: FOREIGN_KEY_INFOSergei Golubchik2016-12-121-0/+14
* | | | bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-121-1/+0
* | | | cleanup: remove now-unused TABLE::merge_keysSergei Golubchik2016-12-121-1/+0
* | | | bugfix: mark_columns_needed_for_updateSergei Golubchik2016-12-121-11/+25
* | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-1/+11
* | | | TABLE::update_virtual_field to compute just one vcolSergei Golubchik2016-12-121-0/+12
* | | | cleanup: set_field_ptr()Sergei Golubchik2016-12-121-0/+12
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-21/+17