Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1707cfc9
Commit
1707cfc9
authored
Jun 08, 2015
by
Alexey Botchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-8211 plugins.server_audit fails sporadically in buildbot.
More fixes to assure the order of queries in the log.
parent
87088b91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/suite/plugins/t/server_audit.test
mysql-test/suite/plugins/t/server_audit.test
+1
-0
mysql-test/suite/plugins/t/thread_pool_server_audit.test
mysql-test/suite/plugins/t/thread_pool_server_audit.test
+1
-0
No files found.
mysql-test/suite/plugins/t/server_audit.test
View file @
1707cfc9
...
...
@@ -50,6 +50,7 @@ show variables like 'server_audit%';
set
global
server_audit_mode
=
1
;
set
global
server_audit_events
=
''
;
create
database
sa_db
;
--
sleep
2
connect
(
con1
,
localhost
,
root
,,
test
);
connection
con1
;
--
sleep
2
...
...
mysql-test/suite/plugins/t/thread_pool_server_audit.test
View file @
1707cfc9
...
...
@@ -50,6 +50,7 @@ show variables like 'server_audit%';
set
global
server_audit_mode
=
1
;
set
global
server_audit_events
=
''
;
create
database
sa_db
;
--
sleep
2
connect
(
con1
,
localhost
,
root
,,
test
);
connection
con1
;
--
sleep
2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment