Commit 695ed94e authored by jcole@mugatu.spaceapes.com's avatar jcole@mugatu.spaceapes.com
Browse files

Added note about SQL_CALC_FOUND_ROWS available only in 4.0.0+.

parent ffe18e48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33348,6 +33348,8 @@ Note that if you are using @code{SELECT SQL_CALC_FOUND_ROWS ...} MySQL has
to calculate all rows in the result set.  However, this is faster than
if you would not use @code{LIMIT}, as the result set need not be sent
to the client.
@code{SQL_CALC_FOUND_ROWS} is available starting at MySQL version 4.0.0.
@end table