CREATE TABLE charset

Hello. Just a minor thing that I've noticed.

CREATE TABLE IF NOT EXISTS `test` ( `col1` CHAR(99) ) ENGINE=ColumnStore DEFAULT CHARSET=utf8 ;

Without the keyword 'DEFAULT' causes "The syntax or the data type(s) is not supported by Columnstore" error.

According to the official manual ( https://mariadb.com/kb/en/mariadb/columnstore-create-table/ ) the keyword seems to be expressed as optional, but from my experimention, it looks like the keyword is mandatory.

Thank you...

Answer Answered by David Thompson in this comment.

Thanks for reporting. I have fixed the KB article and also filed a bug for fixing this to be compatible with other engines: https://jira.mariadb.org/browse/MCOL-728

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.