Commit Graph

5 Commits

Author SHA1 Message Date
Lukas Eder
466b0aeaee Use CURRENT_TIMESTAMP instead of CURTIME 2021-10-25 09:25:35 +02:00
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
lukaseder
e54bd9b888 Added ALTER SYSTEM FLUSH commands to Oracle benchmark scripts 2017-11-22 11:34:58 +01:00
lukaseder
58ebc7847a Added license to benchmarks 2017-11-09 12:22:07 +01:00
lukaseder
2dcdfee7bb Added benchmark scripts to GitHub 2017-11-09 12:08:32 +01:00