4066
4066
(!my_strnncoll_simple(charset_info, (const uchar*) "while", 5,
4067
(uchar*) buf, min((long)5, p - buf), 0) ||
4067
(uchar*) buf, cmin((long)5, p - buf), 0) ||
4068
4068
!my_strnncoll_simple(charset_info, (const uchar*) "if", 2,
4069
(uchar*) buf, min((long)2, p - buf), 0))))
4069
(uchar*) buf, cmin((long)2, p - buf), 0))))
4071
4071
/* Only if and while commands can be terminated by { */