You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4422 Remove mariadb.h and my_sys.h dependency from collation.h
This commit is contained in:
@ -6138,7 +6138,7 @@ CalpontSystemCatalog::ColType& CalpontSystemCatalog::ColType::operator=(const Co
|
||||
CHARSET_INFO* CalpontSystemCatalog::ColType::getCharset()
|
||||
{
|
||||
if (!cs)
|
||||
cs= get_charset(charsetNumber, MYF(MY_WME));
|
||||
cs= & datatypes::Charset(charsetNumber).getCharset();
|
||||
return cs;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user