mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
manual.texi INET_ATON() formula was documented incorrectly.
This commit is contained in:
parent
eb15dc9561
commit
3ebd86e152
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue