summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-05 22:05:42 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-05 22:05:42 +0200
commit93a9883bed4acacf5d5cad9c04255047f1679ec6 (patch)
treeeada0b7f9b8fe575783c922a8d677481e44ccf24 /client/mysqltest.c
parent16b9d8d15ab9f00b02b90bd3a5e50cb3d9543487 (diff)
downloadmariadb-git-93a9883bed4acacf5d5cad9c04255047f1679ec6.tar.gz
Add policy directive about keeping mysqltest framework tools identical in all versions
mysql-test/mysql-test-run.pl: Add policy directive about keeping mysqltest framework tools identical in all versions Cleanup the initial comment to reflect current state
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 96bb5d6b80b..cf3afced427 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -22,6 +22,8 @@
See the "MySQL Test framework manual" for more information
http://dev.mysql.com/doc/mysqltest/en/index.html
+ Please keep the test framework tools identical in all versions!
+
Written by:
Sasha Pachev <sasha@mysql.com>
Matt Wagner <matt@mysql.com>