summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam.test
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-09-03 19:53:08 +0300
committermonty@narttu.mysql.fi <>2003-09-03 19:53:08 +0300
commit4b3b4b925086071003fb9cfcd218e9d0db4c4122 (patch)
treea927f30b44fb1ffd56321ff4510effc73a2e493e /mysql-test/t/myisam.test
parent32635549fcd7da44e14dee0aed0c74687cf8d459 (diff)
parent77a70a0a24ce658a3ee55248cb2e76f84afc1b88 (diff)
downloadmariadb-git-4b3b4b925086071003fb9cfcd218e9d0db4c4122.tar.gz
merge
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r--mysql-test/t/myisam.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test
index 7e6242c9b68..55449dafa3a 100644
--- a/mysql-test/t/myisam.test
+++ b/mysql-test/t/myisam.test
@@ -295,6 +295,12 @@ insert into t1 values (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, "Sergei");
+update t1 set b=repeat('a',256);
+update t1 set i1=0, i2=0, i3=0, i4=0, i5=0, i6=0, i7=0;
+check table t1;
+delete from t1 where i8=1;
+select * from t1;
+check table t1;
drop table t1;
#