fixup a593e03d58f922a99ba49de1bec6810fc7e9874f: nullptr

C++11 is allowed only starting with MariaDB Server 10.4.
This commit is contained in:
Marko Mäkelä 2020-11-02 16:01:32 +02:00
parent 8036d0a359
commit 3fe306c891

View File

@ -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)