summaryrefslogtreecommitdiff
path: root/sql/share
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6112 multiple triggers per tableMonty2016-10-051-0/+2
* Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-192-23/+172
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+4
| |\
| | * MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...mariadb-10.1.17Oleksandr Byelkin2016-08-291-0/+3
| * | MDEV-8348: Add catchall to all table partitioning for list partitionsOleksandr Byelkin2016-09-071-0/+3
| * | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-2/+2
| * | MDEV-9711 NO PAD collationsAlexander Barkov2016-09-061-1/+138
| * | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mdev9864Igor Babaev2016-08-311-16/+15
| |\ \
| | * | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-4/+0
| | * | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-15/+15
| | * | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-1/+4
| * | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-53/+65
| |\ \ \ | | |/ /
| * | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-0/+2
| * | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-1/+1
| * | | Added a proper check for acceptable mutually recursive CTE.Igor Babaev2016-06-301-0/+2
| * | | Merge branch '10.2' into 10.2-mdev986410.2-test1234Galina Shalygina2016-05-251-0/+2
| |\ \ \
| * | | | Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-2/+0
| * | | | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-0/+2
| * | | | Fixed merge problems to allow mysql-test suite 'main' to passGalina Shalygina2016-05-101-3/+0
| * | | | Main patch for mdev-9864Galina Shalygina2016-05-091-0/+4
| * | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-0/+47
* | | | | fix some quoting in error messagesSergei Golubchik2016-09-161-4/+4
* | | | | Remove a bunch of TODO's, fix perfschema.threads_innodb testSergei Golubchik2016-09-111-0/+2
* | | | | misc after-merge changes:Sergei Golubchik2016-09-101-19/+3
* | | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-0/+18
| |_|/ / |/| | |
* | | | clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-23/+21
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | MDEV-9949 Connect Engine: long SRCDEF leads to broken tableSergei Golubchik2016-05-051-2/+2
| * | | small parser cleanupSergei Golubchik2016-05-051-1/+1
* | | | move all new 10.2 error codes to start from 4000Sergei Golubchik2016-06-301-15/+15
* | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-2/+2
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-32/+37
* | | | various cleanupsMichael Widenius2016-06-301-4/+4
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-8/+16
| |_|/ |/| |
* | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-231-0/+2
* | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-071-0/+15
|\ \ \
| * | | Added new range of MariaDB error messages, starting from 3000Monty2016-04-051-0/+17
| | |/ | |/|
* | | Implement ntile window function.Vicențiu Ciorbaru2016-04-041-0/+2
* | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-17/+35
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| | |\
| | | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
| * | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-0/+8
| |\ \ \
| | * | | Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-4/+4
| | * | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+8
| * | | | MDEV-9058: protocol: COM_MULTI command (part 2)Oleksandr Byelkin2016-03-181-0/+7
| * | | | Yet more fixes covering thread_id type changeSergey Vojtovich2016-02-271-15/+15
| * | | | Merge branch '10.1' into 10.2Monty2016-02-061-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-9118 ANALYZE TABLE for Engine independent status fetchs blob/text column...Oleksandr Byelkin2016-01-221-0/+3
| | * | | Merge branch 'tmp' into tmp-10.1Kristian Nielsen2016-01-151-1/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/