summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bugfix: stored column depends on virtual depends on updatedSergei Golubchik2016-12-121-14/+19
* | cleanup: update_virtual_fields()Sergei Golubchik2016-12-121-20/+46
* | cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-121-6/+1
* | cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-121-1/+1
* | cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-121-7/+5
* | cleanup: fix a commentSergei Golubchik2016-12-121-10/+4
* | cleanup: reorder TABLE membersSergei Golubchik2016-12-121-1/+1
* | cleanup: TABLE::init()Sergei Golubchik2016-12-121-1/+1
* | fix build and some warningskevg2016-11-241-3/+1
* | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+2
* | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+1
* | Fixed bug mdev-10782.Igor Babaev2016-09-121-3/+10
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-3/+5
|\ \ | |/
| * MDEV-10360: Extended keys: index properties depend on index orderSergei Petrunia2016-07-121-3/+5
* | Fixed the previous merge to be able to build mysqld.Igor Babaev2016-09-011-1/+1
* | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+176
|\ \
| * | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+176
* | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-414/+812
|\ \ \
| * | | Feature_check_constraint status variableSergei Golubchik2016-08-271-0/+1
| * | | re-fix vcols on demand, not always for every SELECTSergei Golubchik2016-08-271-0/+25
| * | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-35/+43
| * | | optimize constant default expressionsSergei Golubchik2016-08-271-24/+23
| * | | cleanup: redundant variableSergei Golubchik2016-08-271-5/+0
| * | | clarify the commentSergei Golubchik2016-08-271-3/+3
| * | | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-271-4/+19
| * | | split fix_vcol_expr()Sergei Golubchik2016-08-271-43/+45
| * | | NULL pointer dereferenceSergei Golubchik2016-08-271-2/+2
| * | | cleanup: use multi_alloc_rootSergei Golubchik2016-08-271-26/+16
| * | | don't save vcol flags in frmSergei Golubchik2016-07-011-5/+2
| * | | cannot use item->const_item() in open_table_from_share()Sergei Golubchik2016-07-011-2/+2
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-18/+16
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-18/+16
| | |\ \
| | | * | MDEV-9524 Cannot load from mysql.event when sql_mode is set to PAD_CHAR_TO_FU...Alexander Barkov2016-06-211-18/+16