diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:17:47 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:17:47 +0200 |
commit | 89f948c766721a26e110bc9da0ca5ebc20f65112 (patch) | |
tree | 14acae07e4a4790b6af1c97c321a8012f1d0d00b /client | |
parent | 04789ec801b6d0955c70b0387973f017424062b4 (diff) | |
parent | 59c82dde09984d10f16417c9c82cd759f81d770c (diff) | |
download | mariadb-git-89f948c766721a26e110bc9da0ca5ebc20f65112.tar.gz |
Merge 10.1 into 10.2
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 513ef39d2a5..e805fc61a54 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! |