Skip to content

Commit 6b788c4

Browse files
Bogdan Degtyariovrsomla1
authored andcommitted
Changed the storage class for collation info
1 parent 000f13b commit 6b788c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devapi/result.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ coll_name(
317317
std::string cs, std::string coll, std::string sensitivity,
318318
const char *name, const char *name_bin)
319319
{
320-
static std::vector<std::string> special;
320+
static std::list<std::string> special;
321321

322322
/*
323323
For generic UCA collations, such as uca0900, the "uca" prefix is

0 commit comments

Comments
 (0)