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
ed6b8e22
Commit
ed6b8e22
authored
Apr 09, 2008
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore settings before test ends
parent
7d4b25bd
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_bugs.result
mysql-test/r/events_bugs.result
+1
-0
mysql-test/t/events_bugs.test
mysql-test/t/events_bugs.test
+3
-0
No files found.
mysql-test/r/events_bugs.result
View file @
ed6b8e22
...
...
@@ -736,3 +736,4 @@ select name from mysql.event where name = 'p' and sql_mode = @full_mode;
name
drop event e1;
DROP DATABASE events_test;
SET GLOBAL event_scheduler= 'ON';
mysql-test/t/events_bugs.test
View file @
ed6b8e22
...
...
@@ -971,4 +971,7 @@ let $wait_condition=
DROP
DATABASE
events_test
;
# Restore event_schedulre setting to how it was when test started
SET
GLOBAL
event_scheduler
=
'ON'
;
# THIS MUST BE THE LAST LINE in this file.
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