mirror of
https://github.com/MariaDB/server.git
synced 2025-05-17 03:10:07 +02:00
4 lines
205 B
Text
4 lines
205 B
Text
source include/have_tokudb.inc;
|
|
# 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();
|