summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* SQL: regression fix: make NOW a valid identifier again [#363]Sergei Golubchik2017-12-081-0/+2
* Tests: revert unneded changesEugene Kosov2017-11-281-0/+160
* SQL: allow PERIOD as identifier [fixes #331]Eugene Kosov2017-11-271-38/+38
* Tests: TRT-related results [#305]Aleksey Midenkov2017-11-213-3/+3
* SQL,Client: mysqldump for TRT fix [#302]Aleksey Midenkov2017-11-171-1/+1
* SQL, Test: main suite [fixes #300]Aleksey Midenkov2017-11-131-1/+0
* System Versioning pre1.0Aleksey Midenkov2017-11-1340-50/+1914
|\
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-1014-2/+310
| |\
| | * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-0912-2/+191
| | |\
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-092-0/+57
| | | |\
| | | | * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-092-0/+56
| | | | |\
| | | | | * MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-0/+40
| | | | | * MDEV-14116 INET6_NTOA output is set as null to varchar(39) variableAlexander Barkov2017-11-071-0/+16
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2017-11-082-0/+21
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-10728 test excluded from embedded testsVesa Pentti2017-11-071-0/+2
| | | | * | MDEV-8867 Wrong field type or metadata for COALESCE(bit_column, 1)Alexander Barkov2017-11-071-0/+19
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2017-11-074-0/+15
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.0 into 10.1Marko Mäkelä2017-11-061-0/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-11864 main.view test uses CHECK PARTITION but does not check for the par...Elena Stepanova2017-11-051-0/+1
| | | | * | MDEV-10728 -- mysqlbinlog can't be input to mysql clientVesa Pentti2017-11-062-0/+5
| | | | * | MDEV-14221 Assertion `0' failed in Item::field_type_for_temporal_comparisonAlexander Barkov2017-11-021-0/+9
| | | * | | MDEV-10817 CAST(MAX(DATE'2001-01-01') AS TIME) returns a wrong resultAlexander Barkov2017-11-071-0/+11
| | | * | | Test case for mdev-13753 CTE is not visible during view creationIgor Babaev2017-11-061-0/+19
| | | * | | Fixed mdev-14237 Server crash on query with regexp_substrIgor Babaev2017-11-051-0/+17
| | | * | | Fixed bugs: mdev-13780 CTE not found, mdev-14184 recursive CTE not foundIgor Babaev2017-11-052-0/+47
| | * | | | MDEV-14217 [db crash] Recursive CTE when SELECT includes new fieldAlexander Barkov2017-11-051-0/+28
| | * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-031-0/+80
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixed mdev-14093 Wrong result upon JOIN with INDEX with no rowsIgor Babaev2017-11-021-0/+80
| | * | | | MDEV-14269 errors.test fails with valgrind (Conditional jump or move depends ...Alexander Barkov2017-11-031-0/+11
| * | | | | MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...Oleksandr Byelkin2017-11-102-0/+15
| * | | | | Fixed mdev-14281 Wrong result from query with NOT IN predicate in WHEREIgor Babaev2017-11-052-2/+31
| * | | | | Adjusted tests after changing the default value forIgor Babaev2017-11-031-0/+3
| * | | | | Merge branch '10.3' of github.com:MariaDB/server into 10.3Igor Babaev2017-11-011-0/+104
| |\ \ \ \ \
| | * | | | | Updates the tests for the percentile functionsVarun Gupta2017-11-012-55/+41
| | * | | | | Tests added for percentile and median functionsVarun Gupta2017-11-011-0/+77
| | * | | | | Changes made according to the review given, mostly fixing coding style errorsVarun Gupta2017-11-011-55/+0
| | * | | | | Added more tests for the percentile functionsVarun Gupta2017-11-011-0/+55
| | * | | | | Test case added for the percentile disc functionVarun Gupta2017-11-011-0/+41
| * | | | | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-0111-18/+1350
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Mistakes corrected. Test results corrected.Galina Shalygina2017-10-291-2/+2
| | * | | | | Mistakes corrected.Galina Shalygina2017-10-2810-28/+198
| | * | | | | New tests on errors added. Comments corrected. Some procedures corrected.Galina Shalygina2017-09-041-0/+21
| | * | | | | Post review changes for the optimization of IN predicates into IN subqueries.Galina Shalygina2017-09-021-3/+46
| | * | | | | Remarked opt_tvc.test added.Galina Shalygina2017-09-011-0/+7
| | * | | | | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-293-202/+889
| | * | | | | Optimization that transforms IN-predicate in IN-subselect made.Galina Shalygina2017-08-251-0/+124
| | * | | | | Queries where TVCs are used are processed successufully.Galina Shalygina2017-07-261-0/+244
| | * | | | | Mistakes corrected, test file corrected.Galina Shalygina2017-06-301-1/+7
| | * | | | | New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-291-0/+30
| * | | | | | MDEV-11153 - Introduce status variables for table cache monitoring and tuningSergey Vojtovich2017-10-311-0/+33