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
95f6e191
Commit
95f6e191
authored
Sep 10, 2012
by
Andrei Elkin
Browse files
Options
Browse Files
Download
Plain Diff
merge bug14597605 to the main repo.
parents
acb8b7d3
7d115e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/log_event.h
sql/log_event.h
+1
-1
No files found.
sql/log_event.h
View file @
95f6e191
...
@@ -2508,7 +2508,7 @@ public:
...
@@ -2508,7 +2508,7 @@ public:
and which case the applier adjusts execution path.
and which case the applier adjusts execution path.
*/
*/
bool
is_deferred
()
{
return
deferred
;
}
bool
is_deferred
()
{
return
deferred
;
}
void
set_deferred
()
{
deferred
=
val
;
}
void
set_deferred
()
{
deferred
=
true
;
}
#endif
#endif
bool
is_valid
()
const
{
return
1
;
}
bool
is_valid
()
const
{
return
1
;
}
...
...
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