You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/plugins/r/thread_pool_server_audit.result
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ alter table t1 rename renamed_t1;
47
47
set global server_audit_events='connect,query';
48
48
select 1,
49
49
2,
50
+
# comment
50
51
3;
51
52
1 2 3
52
53
1 2 3
@@ -161,7 +162,9 @@ id
161
162
2
162
163
CREATE USER u1 IDENTIFIED BY 'pwd-123';
163
164
GRANT ALL ON sa_db TO u2 IDENTIFIED BY "pwd-321";
164
-
SET PASSWORD FOR u1 = PASSWORD('pwd 098');
165
+
SET PASSWORD
166
+
# comment
167
+
FOR u1 = PASSWORD('pwd 098');
165
168
SET PASSWORD FOR u1=<secret>;
166
169
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '<secret>' at line 1
0 commit comments