summaryrefslogtreecommitdiff
path: root/mysql-test/r/select_found.result
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-11-19 19:43:45 +0200
committerSinisa@sinisa.nasamreza.org <>2002-11-19 19:43:45 +0200
commit20e100d3b3226566a70f49f3f960bcd8154a0ebe (patch)
tree7c11aeba638cda23719c35a8640d1b7772ccc7e3 /mysql-test/r/select_found.result
parent771af76c90dde0cd0001539b7e5550b5f69e85c4 (diff)
downloadmariadb-git-20e100d3b3226566a70f49f3f960bcd8154a0ebe.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;