mariadb/mysql-test/suite/sys_vars
Guilhem Bichot 18bde950e3 backport of guilhem@mysql.com-20100628140739-i9vy8ugxp1v5aspb
from next-mr-bugfixing:
BUG#54682 "set sql_select_limit=0 does not work"; let SQL_SELECT_LIMIT=0
work like it does in 5.1.


mysql-test/suite/sys_vars/r/sql_select_limit_func.result:
  before the fix, the SET would emit a warning (0 being rounded up to 1)
  and SELECTs would return one row.
sql/sys_vars.cc:
  0 is allowed, it means an implicit LIMIT 0 (i.e. no rows returned)
2010-07-08 14:36:10 +02:00
..
inc WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
r backport of guilhem@mysql.com-20100628140739-i9vy8ugxp1v5aspb 2010-07-08 14:36:10 +02:00
t backport of guilhem@mysql.com-20100628140739-i9vy8ugxp1v5aspb 2010-07-08 14:36:10 +02:00