summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/handler.test')
-rw-r--r--mysql-test/t/handler.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test
index a84a574aa29..9656a28abe0 100644
--- a/mysql-test/t/handler.test
+++ b/mysql-test/t/handler.test
@@ -45,5 +45,12 @@ handler t2 read a>(18);
handler t2 read a<=(18);
handler t2 read a<(18);
+handler t2 read a first limit 5;
+handler t2 read a next limit 3;
+handler t2 read a prev limit 10;
+
+handler t2 read a>=(16) limit 4;
+handler t2 read a last limit 3;
+
handler t2 close;
drop table if exists t1;