manual.texi INET_ATON() formula was documented incorrectly.

This commit is contained in:
paul@teton.kitebird.com 2002-03-24 13:14:45 -06:00
parent eb15dc9561
commit 3ebd86e152

View file

@ -32757,7 +32757,7 @@ mysql> select INET_ATON("209.207.224.40");
@end example
The generated number is always in network byte order; For example the
above number is calculated as @code{209*255^3 + 207*255^2 + 224*255 +40}.
above number is calculated as @code{209*256^3 + 207*256^2 + 224*256 +40}.
@findex MASTER_POS_WAIT()
@item MASTER_POS_WAIT(log_name, log_pos)