1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
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)