summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTakashi Sasaki <tsasaki609@gmail.com>2018-10-28 22:50:49 +0900
committerSergey Vojtovich <svoj@mariadb.org>2018-11-01 02:22:18 +0400
commit9ff9d2303dc6ccb856a66664af625990efaf172b (patch)
tree497b17d6e5b480b36b475105514db0b768b51493 /client
parent31f1fe223e3ca0f2a44f7e55df05f096552ae61e (diff)
downloadmariadb-git-9ff9d2303dc6ccb856a66664af625990efaf172b.tar.gz
test framework manual is moved
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc
index 43dbff981d3..e41118d742d 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!