summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* weird compilation fixSergei Golubchik2016-12-121-3/+5
* MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-121-2/+2
* bugfix: non-deterministic vcols in indexesSergei Golubchik2016-12-121-3/+14
* rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-7/+7
* store/show vcols as item->print()Sergei Golubchik2016-12-121-42/+2
* MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-56/+85
* bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-2/+0
* MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-15/+24
* gcol mysql-test suite from 5.7Sergei Golubchik2016-12-121-6/+12
* cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-2/+2
* cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-121-4/+0
* cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-15/+7
* MDEV-10792: Assertion `thd->mdl_context.is_lock_owner ..bb-10.2-nirbhayNirbhay Choubey2016-11-211-0/+1
* Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-105/+270
|\
| * alter_table.test bug fixed.Alexey Botchkov2016-09-121-1/+1
| * Fixed conditionOleksandr Byelkin2016-09-091-1/+1
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-4/+6
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-4/+6
| | |\
| | | * MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-181-4/+6
| * | | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-0/+49
| * | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-2/+1
| * | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+4
| * | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-2/+1
| * | | optimize constant default expressionsSergei Golubchik2016-08-271-84/+106
| * | | MDEV-10320: NO-OP ALTER TABLE on temporary tables gettingNirbhay Choubey2016-08-081-2/+7
| * | | MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-13/+98
* | | | fix some quoting in error messagesSergei Golubchik2016-09-161-5/+8
|/ / /
* | | fix ALTER TABLE .. DROP CONSTRAINT IF NOT EXISTSmariadb-10.2.1Sergei Golubchik2016-07-021-1/+1
* | | clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-8/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-4/+21
|\ \ \ | |/ /
| * | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-1/+1
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-2/+20
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-2/+20
| | |\
| | | * MDEV-9142 :Adding Constraint with no database referenceJan Lindström2016-04-231-1/+1
| | | * trivial optimizationSergei Golubchik2016-04-201-2/+4
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-2/+18
| | | |\
| | | | * BUG#20574550 MAIN.MERGE TEST CASE FAILS IF BINLOG_FORMAT=ROWVenkatesh Duggirala2016-02-261-2/+18
* | | | | various cleanupsSergei Golubchik2016-06-301-25/+26
* | | | | various cleanupsMichael Widenius2016-06-301-8/+9
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-40/+159
* | | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-3/+14
* | | | | Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-141-1/+1
|\ \ \ \ \
| * | | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-60/+68
* | | | | | Code cleanupsSergey Vojtovich2016-06-101-1/+1
|/ / / / /
* | | | | Reuse THD for new user connectionsMonty2016-06-041-1/+1
* | | | | after-merge: simplify, fix a bugSergei Golubchik2016-04-291-25/+20
* | | | | Whitespace fix for mysql_checksum_table functionDaniel Black2016-04-291-26/+26
* | | | | MDEV-9758: correct checksum on non-continious blocksDaniel Black2016-04-291-2/+2