This commit is contained in:
Ramil Kalimullin 2010-10-13 08:51:37 +04:00
commit a9ac3cde49
5 changed files with 111 additions and 0 deletions

View file

@ -375,4 +375,11 @@ GREATEST(a, (SELECT b FROM t1 LIMIT 1))
3
1
DROP TABLE t1;
SELECT INET_NTOA(0);
INET_NTOA(0)
0.0.0.0
SELECT '1' IN ('1', INET_NTOA(0));
'1' IN ('1', INET_NTOA(0))
1
End of 5.1 tests
End of tests