Hello.
These functions are available in 4.1.16 as well:
mysql> select inet_aton('192.168.0.1');
+--------------------------+
| inet_aton('192.168.0.1') |
+--------------------------+
| 3232235521 |
+--------------------------+
1 row in set (0.06 sec)
mysql> select version();
+------------------+
| version() |
+------------------+
| 4.1.16-debug-log |
+------------------+
>This helps a ton! Thanks! I didn' tknow about the INET_NTOA() or the
>INET_ATON() functions. That is much quicker to query on them than on a
>char set of ips. However, I did notice on the mysql web site that
>these functions are only available in 5.x but the way the page is set
>up I'm a little confused if this is true or not. I'm running 4.1.x and
>it would be nice to have those functions.
Jay Paulson (CE CEN) wrote:
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Gleb Paharenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]