mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
change version test to accept more version strings
This commit is contained in:
parent
38cd1a6cb5
commit
c1fe79e0f0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue