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
cb1cba9e
Commit
cb1cba9e
authored
Mar 01, 2007
by
malff/marcsql@weblab.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing parameter to DBUG_PRINT
parent
86c6eb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/events.cc
sql/events.cc
+2
-1
No files found.
sql/events.cc
View file @
cb1cba9e
...
...
@@ -994,7 +994,8 @@ Events::load_events_from_db(THD *thd)
goto
end
;
}
DBUG_PRINT
(
"load_events_from_db"
,
(
"Adding 0x%lx to the exec list."
));
DBUG_PRINT
(
"load_events_from_db"
,
(
"Adding 0x%lx to the exec list."
,
(
long
)
et
));
event_queue
->
create_event
(
thd
,
et
);
count
++
;
}
...
...
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