Commit 3fe306c8 authored by Marko Mäkelä's avatar Marko Mäkelä

fixup a593e03d: nullptr

C++11 is allowed only starting with MariaDB Server 10.4.
parent 8036d0a3
......@@ -14855,7 +14855,7 @@ const char *dbug_print_sel_arg(SEL_ARG *sel_arg)
break;
case SEL_ARG::KEY_RANGE:
default:
stype=nullptr;
stype= NULL;
}
if (stype)
......
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