How to check Version of Maria Column Store


To check the version of mysql in Maria DB Column Store, command  is mysql --version  or mysql>SELECT VERSION();,  but to check the version of  ColumnStore, we have to check the a file in the install folder.

In a default installation, the file will be, 
/usr/local/mariadb/columnstore/releasenum

1 comment:

  1. In newer versions:
    select mcsgetversion();

    ReplyDelete