summaryrefslogtreecommitdiff
path: root/mysql-test/r/select_found.result
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-11-19 19:43:45 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2002-11-19 19:43:45 +0200
commita08fdfcbd7e90bbac674092f3ad9c024e42a386e (patch)
tree7c11aeba638cda23719c35a8640d1b7772ccc7e3 /mysql-test/r/select_found.result
parent0d32bcdf3770bc7670e6c6361b98de0abfdcc99f (diff)
downloadmariadb-git-a08fdfcbd7e90bbac674092f3ad9c024e42a386e.tar.gz
fixed another small bug with LIMIT )
Diffstat (limited to 'mysql-test/r/select_found.result')
-rw-r--r--mysql-test/r/select_found.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/select_found.result b/mysql-test/r/select_found.result
index a48e1e16d37..8500e244d08 100644
--- a/mysql-test/r/select_found.result
+++ b/mysql-test/r/select_found.result
@@ -183,4 +183,9 @@ titre numeropost maxnumrep
SELECT FOUND_ROWS();
FOUND_ROWS()
3
+SELECT SQL_CALC_FOUND_ROWS * FROM t1 ORDER BY numeropost LIMIT 0;
+titre numeropost maxnumrep
+SELECT FOUND_ROWS();
+FOUND_ROWS()
+3
drop table t1;