mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
refs #6053 get select version() test working on mariadb
git-svn-id: file:///svn/mysql/tests/mysql-test@53649 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6e0f089a4e
commit
6803dfa64b
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
select version();
|
select version();
|
||||||
version()
|
version()
|
||||||
5.5.28-TOKUDB-NA
|
NA.NA.NA-TOKUDB-NA
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# verify that the tokudb version string is appended to the mysql version
|
# 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();
|
select version();
|
||||||
|
|
Loading…
Add table
Reference in a new issue