1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Add core dumps and stack trace (#2604)

* Add core dumps and stack trace
This commit is contained in:
Andrey Piskunov
2022-11-22 02:29:34 +02:00
committed by GitHub
parent b936ed8b2e
commit 96c40d5081
16 changed files with 695 additions and 14 deletions

View File

@ -744,7 +744,6 @@ int main(int argc, char** argv)
return 1;
}
Opt opt(argc, argv);
// Set locale language
setlocale(LC_ALL, "");
setlocale(LC_NUMERIC, "C");