1
0
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:
Leonid Fedorov
2024-08-05 15:52:17 +00:00
committed by Leonid Fedorov
parent eeac2addd2
commit a46232f830
6 changed files with 93 additions and 8 deletions

View File

@ -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();