jooq/jOOQ-examples/Benchmarks/MySQL
Lukas Eder 3f38845132
Use CURRENT_TIMESTAMP instead of CURTIME
In MariaDB, `UNIX_TIMESTAMP(CURTIME(4))` yields `NULL`, not a meaningful value. It's better to work with `TIMESTAMP` anyway, than with `TIME` types, just in case the benchmark is run at midnight
2021-10-25 09:24:10 +02:00
..
Benchmarking MySQL (absolute).sql Use CURRENT_TIMESTAMP instead of CURTIME 2021-10-25 09:24:10 +02:00
Benchmarking MySQL (relative).sql