Commit be8f21e8 authored by knielsen@mysql.com's avatar knielsen@mysql.com

Fix compile failure on QNX.

parent 64cab9d7
...@@ -1755,7 +1755,7 @@ void ...@@ -1755,7 +1755,7 @@ void
sp_head::set_definer(const char *definer, uint definerlen) sp_head::set_definer(const char *definer, uint definerlen)
{ {
char *p= strrchr(definer, '@'); const char *p= strrchr(definer, '@');
if (!p) if (!p)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment