diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:08:45 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:08:45 +0200 |
commit | 59c82dde09984d10f16417c9c82cd759f81d770c (patch) | |
tree | e2cb02d72256cdf475ce7450a1d17675a392e6bc /client | |
parent | ef40018535b71f0a4387fa6c1cc22e9991dfc0db (diff) | |
parent | 5f29fdecc0e22048e860ac256cc071ce206d453e (diff) | |
download | mariadb-git-59c82dde09984d10f16417c9c82cd759f81d770c.tar.gz |
Merge 10.0 into 10.1
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index a58b83bd372..32532c34835 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -20,7 +20,7 @@ Tool used for executing a .test file See the "MySQL Test framework manual" for more information - http://dev.mysql.com/doc/mysqltest/en/index.html + https://mariadb.com/kb/en/library/mysqltest/ Please keep the test framework tools identical in all versions! |