diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:02:18 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:02:18 +0200 |
commit | 5f29fdecc0e22048e860ac256cc071ce206d453e (patch) | |
tree | ff7f2a1d051443fd3067219ff3006a7878cc88f0 /client | |
parent | 9c026273a923f3433ad622124d7a008ce6b5c487 (diff) | |
parent | b68d8a05d326bed43aefa73d717c0307278ca6bb (diff) | |
download | mariadb-git-5f29fdecc0e22048e860ac256cc071ce206d453e.tar.gz |
Merge 5.5 into 10.0
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 bcb75214e79..feb0d90a131 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! |