diff options
author | unknown <gordon@zero.local.lan> | 2004-07-02 20:01:34 +0200 |
---|---|---|
committer | unknown <gordon@zero.local.lan> | 2004-07-02 20:01:34 +0200 |
commit | 3214bf81174e30b35d92c0c5b789cc36b43355f3 (patch) | |
tree | 62718854737c1dfdfa3d6b46ef3a9d2bfa585f65 /mysql-test/t/ps_2myisam.test | |
parent | c345fc0f8270b241b6b4b893c10b1496bd086ce6 (diff) | |
download | mariadb-git-3214bf81174e30b35d92c0c5b789cc36b43355f3.tar.gz |
Added comments to the PS test files, to prevent modifications which may destroy the tests .
mysql-test/include/ps_create.inc:
Added comments
mysql-test/include/ps_modify.inc:
added comments
mysql-test/include/ps_modify1.inc:
Added comments
mysql-test/include/ps_query.inc:
Added and modified comments
mysql-test/t/ps_1general.test:
Description of the test structure and rules how to extend the tests added and one comment modified .
mysql-test/t/ps_2myisam.test:
Added comments
mysql-test/t/ps_3innodb.test:
added comments
mysql-test/t/ps_4heap.test:
added and altered comments
mysql-test/t/ps_5merge.test:
added comments
mysql-test/t/ps_6bdb.test:
added comments
Diffstat (limited to 'mysql-test/t/ps_2myisam.test')
-rw-r--r-- | mysql-test/t/ps_2myisam.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/ps_2myisam.test b/mysql-test/t/ps_2myisam.test index 3bb8b01cf87..c7e4746762b 100644 --- a/mysql-test/t/ps_2myisam.test +++ b/mysql-test/t/ps_2myisam.test @@ -4,6 +4,10 @@ # # ############################################### +# +# NOTE: PLEASE SEE ps_1general.test (bottom) +# BEFORE ADDING NEW TEST CASES HERE !!! + use test; let $type= 'MYISAM' ; |