mariadb/mysql-test/suite/compat
Monty b5c93848d8 MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions
If one compiles with EXTENDED_MONTHS_BETWEEN MariaDB would take hours,
minutes, seconds and fractional seconds into account when comparing
dates when computing the fractional months.

For example
MONTHS_BETWEEN("1995-02-15 12:00:00", "1995-01-17 12:00:01") would
return "one day less" than if time part would not have been given.
2025-10-03 18:34:23 +03:00
..
maxdb Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
mssql MDEV-19142 sql_mode=MSSQL: Bracket identifiers 2019-04-15 09:39:28 +04:00
oracle MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions 2025-10-03 18:34:23 +03:00
README.txt MDEV-20017 Implement TO_CHAR() Oracle compatible function 2021-05-19 22:54:12 +02:00

To run a test suite under this directory, you should use the format:

mysql-test-run --suite=compat/oracle

or to run one test:

mysql-test-run compat/oracle.test_name