diff options
author | msvensson@neptunus.(none) <> | 2006-10-05 22:05:42 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-10-05 22:05:42 +0200 |
commit | 02693c37d9926d246badc9dd742603f0a91bab1d (patch) | |
tree | eada0b7f9b8fe575783c922a8d677481e44ccf24 /client | |
parent | 42e60f5e9061d04f0ac2643307528d6511c01f5e (diff) | |
download | mariadb-git-02693c37d9926d246badc9dd742603f0a91bab1d.tar.gz |
Add policy directive about keeping mysqltest framework tools identical in all versions
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
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> |