Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.4
-
None
-
2017-2, 2017-3, 2017-4, 2017-5, 2017-6, 2017-7, 2017-8, 2017-9
Description
If you enable and turn on the mariadb audit plugin for the columnstore mariadb server(https://mariadb.com/kb/en/mariadb/about-the-mariadb-audit-plugin/), any columnstore queries will show up in mysql/db/server_audit.log as something like:
'select * from infinidb_vtable.$vtable_7'
rather than the original query such as select * from loanstats limit 10.
The audit plugin should log the users original query rather than the final vtable query.
In addition the syslog_info should be populated with the columnstore system name.