version
This page is part of MariaDB's Documentation.
The parent of this page is: Sys Database Tables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES:
A description for this sys Table has not yet been added to this Documentation.
DETAILS
SCHEMA
VIEW `version` AS SELECT
'1.5.1' AS `sys_version`,
version() AS `mysql_version`