Commit 4c2853d1 authored by Rich Prohaska's avatar Rich Prohaska

refs #6053 test case for tokudb version in mysql version string

git-svn-id: file:///svn/mysql/tests/mysql-test@53608 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6db43040
select version();
version()
5.5.28-TOKUDB-NA
# verify that the tokudb version string is appended to the mysql version
replace_regex /-tokudb-[0-9]+.*/-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