1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

This won't be pushed either

This commit is contained in:
serg@serg.mysql.com
2001-04-09 15:37:19 +02:00
parent 28750d031a
commit a981cfbdcb
5 changed files with 99 additions and 75 deletions

View File

@ -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;