mariadb/mysql-test/suite/compat
Alexander Barkov f96eae1858 A proposal for MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions
- Adding a method Datetime::to_seconds_ff()

- Rewriting Item_func_months_between::val_real() using
  Datetime::to_seconds_ff(). It reduces the code size.
  Also, improves the precision of the returned result
  (closer to Oralce results)

- Getting rid of copy_to_mysql_time(), to avoid copying

TODO: add tests with microseconds
2025-09-02 10:17:09 +04:00
..
maxdb MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
mssql MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
oracle A proposal for MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions 2025-09-02 10:17:09 +04: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