BENCHMARK()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Executes the given expression the specified number of times.
EXAMPLES
SELECT BENCHMARK(222000,
AES_ENCRYPT('Test encryption', 'Test key')) AS Benchmark;
+-----------+
| Benchmark |
+-----------+
| 0 |
+-----------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.