1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed another small bug with LIMIT )

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-11-19 19:43:45 +02:00
parent 771af76c90
commit 20e100d3b3
3 changed files with 8 additions and 1 deletions

View File

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