Commit ab2621d8 authored by Rich Prohaska's avatar Rich Prohaska

refs #6053 get select version() test working on mariadb

git-svn-id: file:///svn/mysql/tests/mysql-test@53649 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6c7ec224
select version();
version()
5.5.28-TOKUDB-NA
NA.NA.NA-TOKUDB-NA
# verify that the tokudb version string is appended to the mysql version
replace_regex /-tokudb-[0-9]+.*/-TOKUDB-NA/;
replace_regex /[0-9]+\.[0-9]+\.[0-9]+[a-z0-9\-]*-tokudb-[0-9]+.*/NA.NA.NA-TOKUDB-NA/;
select version();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment