Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
Description
MariaDB [test]> set global server_audit_events = query_ddl; |
Query OK, 0 rows affected (0.00 sec) |
|
MariaDB [test]> create table t1 (i int); |
Query OK, 0 rows affected (0.27 sec) |
|
MariaDB [test]> /*! create table t2 (i int) */; |
Query OK, 0 rows affected (0.21 sec) |
|
MariaDB [test]> create table t3 (i int); |
Query OK, 0 rows affected (0.27 sec) |
20150114 19:25:26,wheezy-64,root,localhost,3,27,QUERY,test,'create table t1 (i int)',0
|
20150114 19:25:50,wheezy-64,root,localhost,3,30,QUERY,test,'create table t3 (i int)',0
|