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
ca2baa0f
Commit
ca2baa0f
authored
Jul 05, 2012
by
Andrei Elkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge bug14275000 fixes to 5.5: sql/log_event.h.
parent
5841af19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
sql/log_event.h
sql/log_event.h
+1
-9
No files found.
sql/log_event.h
View file @
ca2baa0f
...
...
@@ -2562,23 +2562,15 @@ public:
Item_result
type
;
uint
charset_number
;
bool
is_null
;
<<<<<<<
TREE
uchar
flags
;
#ifdef MYSQL_SERVER
=======
#ifndef MYSQL_CLIENT
bool
deferred
;
>>>>>>>
MERGE
-
SOURCE
User_var_log_event
(
THD
*
thd_arg
,
char
*
name_arg
,
uint
name_len_arg
,
char
*
val_arg
,
ulong
val_len_arg
,
Item_result
type_arg
,
uint
charset_number_arg
,
uchar
flags_arg
)
:
Log_event
(),
name
(
name_arg
),
name_len
(
name_len_arg
),
val
(
val_arg
),
val_len
(
val_len_arg
),
type
(
type_arg
),
charset_number
(
charset_number_arg
),
<<<<<<<
TREE
flags
(
flags_arg
)
=======
deferred
(
false
)
>>>>>>>
MERGE
-
SOURCE
flags
(
flags_arg
),
deferred
(
false
)
{
is_null
=
!
val
;
}
void
pack_info
(
Protocol
*
protocol
);
#else
...
...
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