mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
3 lines
173 B
Text
3 lines
173 B
Text
# verify that the tokudb version string is appended to the mysql version
|
|
replace_regex /[0-9]+\.[0-9]+\.[0-9]+[a-z0-9\-\.]*-tokudb-.*/NA.NA.NA-TOKUDB-NA/;
|
|
select version();
|