diff options
author | gordon@zero.local.lan <> | 2004-07-02 20:01:34 +0200 |
---|---|---|
committer | gordon@zero.local.lan <> | 2004-07-02 20:01:34 +0200 |
commit | c87812d8e6507cb8913a5b9f11576ff0c158f78a (patch) | |
tree | 62718854737c1dfdfa3d6b46ef3a9d2bfa585f65 /mysql-test/t/ps_4heap.test | |
parent | 4df5a14a6f9d1a9ca962c14c1ba8469146f24199 (diff) | |
download | mariadb-git-c87812d8e6507cb8913a5b9f11576ff0c158f78a.tar.gz |
Added comments to the PS test files, to prevent modifications which may destroy the tests .
Diffstat (limited to 'mysql-test/t/ps_4heap.test')
-rw-r--r-- | mysql-test/t/ps_4heap.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/ps_4heap.test b/mysql-test/t/ps_4heap.test index 8aa715b095e..d1c81d95cd7 100644 --- a/mysql-test/t/ps_4heap.test +++ b/mysql-test/t/ps_4heap.test @@ -4,6 +4,10 @@ # # ############################################### +# +# NOTE: PLEASE SEE ps_1general.test (bottom) +# BEFORE ADDING NEW TEST CASES HERE !!! + use test; let $type= 'HEAP' ; @@ -19,7 +23,8 @@ eval create table t1 --disable_warnings drop table if exists t_many_col_types; --enable_warnings -# The used table type doesn't support BLOB/TEXT columns (error 1163) +# The used table type doesn't support BLOB/TEXT columns. +# (The server would send error 1163 .) # So we use char(100) instead. eval create table t_many_col_types ( |