1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3419 Get rid of std::locale::global() from MCOL-1559.

This commit is contained in:
David Hall
2019-08-13 15:20:28 -05:00
parent 29f7516eec
commit fd373dfbfb
2 changed files with 7 additions and 5 deletions

View File

@ -46,6 +46,9 @@ namespace funcexp
{
namespace utf8
{
// A global loc object so we don't construct one at every compare
std::locale loc;
bool JPcodePoint = false; // extern-ed in utils_utf8.h
}