summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler.test
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2003-01-10 17:36:59 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2003-01-10 17:36:59 +0200
commit9112cdf58a675ddd3f7fe9547c7a02359ea494a7 (patch)
tree9d0ece61d809f0068fac10d59e73c9e53b9d95e8 /mysql-test/t/handler.test
parente6b5a8a7f75e55967c359b7c4b25ea7e1bac2604 (diff)
downloadmariadb-git-9112cdf58a675ddd3f7fe9547c7a02359ea494a7.tar.gz
Fixex for some crashing bug
mysql-test/r/analyse.result: A fix for some crashing bug mysql-test/r/handler.result: A fix for some crashing bug mysql-test/t/analyse.test: A fix for some crashing bug mysql-test/t/handler.test: A fix for some crashing bug sql/sql_select.cc: A fix for some crashing bug
Diffstat (limited to 'mysql-test/t/handler.test')
-rw-r--r--mysql-test/t/handler.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test
index 2b0a6a7be8d..b72b739600e 100644
--- a/mysql-test/t/handler.test
+++ b/mysql-test/t/handler.test
@@ -12,6 +12,8 @@ insert into t1 values
(14,"aaa"),(15,"bbb"),(16,"ccc"),(16,"xxx"),
(20,"ggg"),(21,"hhh"),(22,"iii");
handler t1 open as t2;
+-- error 1064
+handler t2 read a=(SELECT 1);
handler t2 read a first;
handler t2 read a next;
handler t2 read a next;