mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fixup a593e03d58
: nullptr
C++11 is allowed only starting with MariaDB Server 10.4.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user