summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat
Commit message (Expand)AuthorAgeFilesLines
* A clean-up for MDEV-10654 add support IN, OUT, INOUT parameter qualifiers for...Alexander Barkov2022-01-242-0/+98
* MDEV-10654 add support IN, OUT, INOUT parameter qualifiers for stored functionsManoharKB2022-01-242-0/+5068
* MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-263-26/+26
* Merge 10.5 into 10.6Marko Mäkelä2021-09-301-0/+8
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-09-301-0/+8
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-09-291-0/+8
| | |\
| | | * MDEV-20699 fixup: Re-record compat/oracle.sp-package resultMarko Mäkelä2021-09-291-0/+8
* | | | MDEV-26181: The test compat/oracle.sp-row fails in case it is run in PS mode.Dmitry Shulga2021-07-192-5/+9
* | | | MDEV-16708: more fixes to test casesDmitry Shulga2021-06-171-0/+5
* | | | MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_p...Dmitry Shulga2021-06-172-0/+7
* | | | MDEV-16708: fix in test failures caused by missing warnings received in prepa...Dmitry Shulga2021-06-173-6/+4
* | | | MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-05-192-0/+129
* | | | MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-05-193-0/+674
* | | | MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-05-192-0/+92
* | | | MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-05-192-0/+134
* | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-196-51/+51
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-261-2/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.4' into 10.5Daniel Black2021-02-261-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Daniel Black2021-02-251-2/+2
| | |\ \ | | | |/
| | | * MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-241-2/+2
* | | | MDEV-19162 anonymous derived tables partbb-10.6-MDEV-19162-anonymous_derivedOleksandr Byelkin2020-11-172-0/+142
|/ / /
* | | Merge 10.4 to 10.5Marko Mäkelä2020-10-222-7/+42
|\ \ \ | |/ /
| * | MDEV-23518 Syntax error in ond SP results in misleading message on SHOW CREAT...Oleksandr Byelkin2020-10-032-7/+42
* | | Merge 10.4 into 10.5Marko Mäkelä2020-09-042-0/+246
|\ \ \ | |/ /
| * | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-312-0/+247
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-048-0/+549
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-038-0/+554
| |\ \ | | |/
| | * MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-018-0/+554
* | | Merge 10.4 into 10.5Marko Mäkelä2020-08-017-10/+228
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-313-0/+218
| |\ \ | | |/
| | * MDEV-23108: Point in time recovery of binary log fails when sql_mode=ORACLESujatha2020-07-223-0/+218
| * | MDEV-21998: Server crashes in st_select_lex::add_table_to_list upon mix of KI...Oleksandr Byelkin2020-07-284-10/+10
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-082-0/+81
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-082-0/+81
| |\ \ | | |/
| | * MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-072-0/+81
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+1
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-04-252-4/+4
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-04-162-4/+4
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-04-152-4/+4
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-121-18/+18
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-18/+18
| |\ \ | | |/
| | * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-18/+18
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-165-7/+596
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-12-134-1/+590
| |\ \ | | |/
| | * MDEV-20667 Server crash on pop_cursorAlexander Barkov2019-12-124-1/+590
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-6/+6
| |\ \ | | |/
| | * Lintian complains on spelling errorFaustin Lammler2019-12-021-6/+6
* | | MDEV-20913 sql_mode=ORACLE: INET6 does not work as a routine parameter type a...Alexander Barkov2019-10-292-6/+2