Commit 4c95626e authored by unknown's avatar unknown

manual.texi add-hook -> ad hoc


Docs/manual.texi:
  add-hook -> ad hoc
parent 46c2b2cd
...@@ -31568,7 +31568,7 @@ Note that a @code{RAND()} in a @code{WHERE} clause will be re-evaluated ...@@ -31568,7 +31568,7 @@ Note that a @code{RAND()} in a @code{WHERE} clause will be re-evaluated
every time the @code{WHERE} is executed. every time the @code{WHERE} is executed.
@code{RAND()} is not meant to be a perfect random generator, but instead a @code{RAND()} is not meant to be a perfect random generator, but instead a
fast way to generate add-hook random numbers that will be portable between fast way to generate ad hoc random numbers that will be portable between
platforms for the same MySQL version. platforms for the same MySQL version.
@findex LEAST() @findex LEAST()
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