1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/r
malff/marcsql@weblab.(none) 236000ae66 Bug#6298 (LIMIT #, -1 no longer works to set start with no end limit)
With MySQL 3.23 and 4.0, the syntax 'LIMIT N, -1' is accepted, and returns
all the rows located after row N. This behavior, however, is not the
intended result, and defeats the purpose of LIMIT, which is to constrain
the size of a result set.

With MySQL 4.1 and later, this construct is correctly detected as a syntax
error.

This fix does not change the production code, and only adds a new test case
to improve test coverage in this area, to enforce in the test suite the
intended behavior.
2007-01-03 11:47:01 -07:00
..
2006-10-13 08:48:47 +02:00
2006-11-06 23:02:40 -05:00
2006-09-01 05:00:32 +02:00
2006-10-05 00:00:34 +02:00
2006-10-03 15:48:41 +02:00
2006-11-17 12:02:36 +04:00
2006-11-21 16:57:23 +03:00
2006-10-19 18:48:37 +05:00