Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug mdev-11674. | Igor Babaev | 2017-01-04 | 1 | -11/+23 |
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -0/+9 |
|\ | |||||
| * | MDEV-10435 crash with bad stat tables. | Alexey Botchkov | 2016-12-09 | 1 | -0/+9 |
* | | buildbot issues | Sergei Golubchik | 2016-12-13 | 1 | -1/+1 |
* | | bugfix: reset MODE_NO_BACKSLASH_ESCAPES during vcol parsing | Sergei Golubchik | 2016-12-12 | 1 | -0/+3 |
* | | bugfix: non-deterministic vcols in partitioning | Sergei Golubchik | 2016-12-12 | 1 | -0/+2 |
* | | cleanup: unpack_vcol_info_from_frm | Sergei Golubchik | 2016-12-12 | 1 | -102/+66 |
* | | rename Virtual_column_info::expr_item | Sergei Golubchik | 2016-12-12 | 1 | -23/+23 |
* | | store/show vcols as item->print() | Sergei Golubchik | 2016-12-12 | 1 | -182/+219 |
* | | cleanup: FOREIGN_KEY_INFO | Sergei Golubchik | 2016-12-12 | 1 | -0/+14 |
* | | bugfix: remove broken insert t values () optimization | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | cleanup: remove now-unused TABLE::merge_keys | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | bugfix: mark_columns_needed_for_update | Sergei Golubchik | 2016-12-12 | 1 | -11/+25 |
* | | MDEV-5800 MyISAM support for indexed vcols | Sergei Golubchik | 2016-12-12 | 1 | -1/+11 |
* | | TABLE::update_virtual_field to compute just one vcol | Sergei Golubchik | 2016-12-12 | 1 | -0/+12 |
* | | cleanup: set_field_ptr() | Sergei Golubchik | 2016-12-12 | 1 | -0/+12 |
* | | cleanup: TABLE::update_virtual_fields | Sergei Golubchik | 2016-12-12 | 1 | -21/+17 |
* | | bugfix: stored column depends on virtual depends on updated | Sergei Golubchik | 2016-12-12 | 1 | -14/+19 |
* | | cleanup: update_virtual_fields() | Sergei Golubchik | 2016-12-12 | 1 | -20/+46 |
* | | cleanup: unused open_table_from_share() flags | Sergei Golubchik | 2016-12-12 | 1 | -6/+1 |
* | | cleanup: remove unused Field::utype values | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | cleanup: extra_rec_buf_length | Sergei Golubchik | 2016-12-12 | 1 | -7/+5 |
* | | cleanup: fix a comment | Sergei Golubchik | 2016-12-12 | 1 | -10/+4 |
* | | cleanup: reorder TABLE members | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | cleanup: TABLE::init() | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | fix build and some warnings | kevg | 2016-11-24 | 1 | -3/+1 |
* | | Use sql_mode_t for sql_mode. | Monty | 2016-10-05 | 1 | -2/+2 |
* | | MDEV-6112 multiple triggers per table | Monty | 2016-10-05 | 1 | -1/+1 |
* | | Fixed bug mdev-10782. | Igor Babaev | 2016-09-12 | 1 | -3/+10 |
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | MDEV-10360: Extended keys: index properties depend on index order | Sergei Petrunia | 2016-07-12 | 1 | -3/+5 |
* | | Fixed the previous merge to be able to build mysqld. | Igor Babaev | 2016-09-01 | 1 | -1/+1 |
* | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -0/+176 |
|\ \ | |||||
| * | | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -0/+176 |
* | | | Merge 10.2 into 10.2-mdev9864. | Igor Babaev | 2016-08-30 | 1 | -414/+812 |
|\ \ \ | |||||
| * | | | Feature_check_constraint status variable | Sergei Golubchik | 2016-08-27 | 1 | -0/+1 |
| * | | | re-fix vcols on demand, not always for every SELECT | Sergei Golubchik | 2016-08-27 | 1 | -0/+25 |
| * | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code | Sergei Golubchik | 2016-08-27 | 1 | -35/+43 |
| * | | | optimize constant default expressions | Sergei Golubchik | 2016-08-27 | 1 | -24/+23 |
| * | | | cleanup: redundant variable | Sergei Golubchik | 2016-08-27 | 1 | -5/+0 |
| * | | | clarify the comment | Sergei Golubchik | 2016-08-27 | 1 | -3/+3 |
| * | | | session-state dependent functions in DEFAULT/CHECK/vcols | Sergei Golubchik | 2016-08-27 | 1 | -4/+19 |
| * | | | split fix_vcol_expr() | Sergei Golubchik | 2016-08-27 | 1 | -43/+45 |
| * | | | NULL pointer dereference | Sergei Golubchik | 2016-08-27 | 1 | -2/+2 |
| * | | | cleanup: use multi_alloc_root | Sergei Golubchik | 2016-08-27 | 1 | -26/+16 |
| * | | | don't save vcol flags in frm | Sergei Golubchik | 2016-07-01 | 1 | -5/+2 |
| * | | | cannot use item->const_item() in open_table_from_share() | Sergei Golubchik | 2016-07-01 | 1 | -2/+2 |
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -18/+16 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-06-28 | 1 | -18/+16 |
| | |\ \ | |||||
| | | * | | MDEV-9524 Cannot load from mysql.event when sql_mode is set to PAD_CHAR_TO_FU... | Alexander Barkov | 2016-06-21 | 1 | -18/+16 |