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
79c9ba9e
Commit
79c9ba9e
authored
Feb 24, 2006
by
andrey@lmy004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last second additions for bug#16411
parent
b6f338e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/r/events_microsec.result
mysql-test/r/events_microsec.result
+3
-0
mysql-test/t/events_microsec.test
mysql-test/t/events_microsec.test
+1
-0
No files found.
mysql-test/r/events_microsec.result
View file @
79c9ba9e
...
...
@@ -52,5 +52,8 @@ SET GLOBAL event_scheduler=0;
SHOW VARIABLES like 'event_scheduler';
Variable_name Value
event_scheduler OFF
SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER='event_scheduler';
COUNT(*)
0
DROP EVENT micro_test2;
drop database events_test;
mysql-test/t/events_microsec.test
View file @
79c9ba9e
...
...
@@ -49,6 +49,7 @@ SET GLOBAL event_scheduler=0;
--
sleep
1
--
echo
"Should not be running:"
SHOW
VARIABLES
like
'event_scheduler'
;
SELECT
COUNT
(
*
)
FROM
INFORMATION_SCHEMA
.
PROCESSLIST
WHERE
USER
=
'event_scheduler'
;
DROP
EVENT
micro_test2
;
drop
database
events_test
;
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