Commit f9e3437f authored by unknown's avatar unknown

Added note about SQL_CALC_FOUND_ROWS available only in 4.0.0+.

parent 79bdeb9d
...@@ -33348,6 +33348,8 @@ Note that if you are using @code{SELECT SQL_CALC_FOUND_ROWS ...} MySQL has ...@@ -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 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 if you would not use @code{LIMIT}, as the result set need not be sent
to the client. to the client.
@code{SQL_CALC_FOUND_ROWS} is available starting at MySQL version 4.0.0.
@end table @end table
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment