change version test to accept more version strings

This commit is contained in:
Rich Prohaska 2013-05-06 18:30:32 -04:00
parent 0a84a6fae0
commit 2c13788f9d

View file

@ -1,3 +1,3 @@
# verify that the tokudb version string is appended to the mysql version
replace_regex /[0-9]+\.[0-9]+\.[0-9]+[a-z0-9\-]*-tokudb-[0-9]+.*/NA.NA.NA-TOKUDB-NA/;
replace_regex /[0-9]+\.[0-9]+\.[0-9]+[a-z0-9\-\.]*-tokudb-.*/NA.NA.NA-TOKUDB-NA/;
select version();