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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
45bafdbe
Commit
45bafdbe
authored
Jul 25, 2022
by
Nikita Malyavin
Committed by
Sergei Golubchik
Aug 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log_event.h: remove junk EOL spaces
parent
6e0f4560
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/log_event.h
sql/log_event.h
+2
-2
No files found.
sql/log_event.h
View file @
45bafdbe
...
@@ -4548,7 +4548,7 @@ class Rows_log_event : public Log_event
...
@@ -4548,7 +4548,7 @@ class Rows_log_event : public Log_event
typedef
uint16
flag_set
;
typedef
uint16
flag_set
;
/* Special constants representing sets of flags */
/* Special constants representing sets of flags */
enum
enum
{
{
RLE_NO_FLAGS
=
0U
RLE_NO_FLAGS
=
0U
};
};
...
@@ -4590,7 +4590,7 @@ class Rows_log_event : public Log_event
...
@@ -4590,7 +4590,7 @@ class Rows_log_event : public Log_event
#ifdef MYSQL_SERVER
#ifdef MYSQL_SERVER
int
add_row_data
(
uchar
*
data
,
size_t
length
)
int
add_row_data
(
uchar
*
data
,
size_t
length
)
{
{
return
do_add_row_data
(
data
,
length
);
return
do_add_row_data
(
data
,
length
);
}
}
#endif
#endif
...
...
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