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
1c0b916e
Commit
1c0b916e
authored
Jan 09, 2006
by
mats@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to support HP-UX.
parent
c600d05f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/log.cc
sql/log.cc
+1
-1
sql/log_event.h
sql/log_event.h
+1
-1
No files found.
sql/log.cc
View file @
1c0b916e
...
...
@@ -2560,7 +2560,7 @@ bool MYSQL_LOG::write_table_map(THD *thd, IO_CACHE *file, TABLE* table,
#endif
Table_map_log_event
::
flag_set
const
flags
=
Table_map_log_event
::
NO_FLAGS
;
flags
=
Table_map_log_event
::
TM_
NO_FLAGS
;
Table_map_log_event
the_event
(
thd
,
table
,
table
->
s
->
table_map_id
,
is_transactional
,
flags
);
...
...
sql/log_event.h
View file @
1c0b916e
...
...
@@ -1685,7 +1685,7 @@ class Table_map_log_event : public Log_event
/* Special constants representing sets of flags */
enum
{
NO_FLAGS
=
0U
TM_
NO_FLAGS
=
0U
};
void
set_flags
(
flag_set
flag
)
{
m_flags
|=
flag
;
}
...
...
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