summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | CHECKSUM TABLE to calculate in multiple column chunksDaniel Black2016-04-291-1/+28
* | | | | MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-2/+3
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-41/+90
|\ \ \ \ \
| * | | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-16/+16
| * | | | | MDEV-9665 Remove cs->cset->ismbchar()Alexander Barkov2016-03-161-3/+5
| * | | | | Corrected format string for long long thread_idSergey Vojtovich2016-02-271-1/+1
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-22/+70
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-10/+56
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-2/+25
| | | |\ \ \ | | | | |/ /
| | | | * | Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKSergei Golubchik2016-02-091-1/+1
| | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+24
| | | | |\ \ | | | | | |/
| | | | | * BUG#21902059: "CREATE TEMPORARY TABLE SELECT ..." AND BIT(1)Karthik Kamath2015-12-291-0/+23
| | | | | * Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKVenkatesh Duggirala2015-12-011-4/+8
| | | | | * Bug#20755615 CREATING INDEX ON A RENAMED COLUMN WITH CASE CRASH .FRMAditya A2015-09-221-4/+16