You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5779: use encoding to check alter table alter column statement correctly
This commit is contained in:
committed by
Leonid Fedorov
parent
eeac2addd2
commit
a46232f830
@ -6192,7 +6192,7 @@ CalpontSystemCatalog::ColType& CalpontSystemCatalog::ColType::operator=(const Co
|
||||
return *this;
|
||||
}
|
||||
|
||||
CHARSET_INFO* CalpontSystemCatalog::ColType::getCharset()
|
||||
CHARSET_INFO* CalpontSystemCatalog::ColType::getCharset() const
|
||||
{
|
||||
if (!cs)
|
||||
cs = &datatypes::Charset(charsetNumber).getCharset();
|
||||
|
Reference in New Issue
Block a user