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
050d5b54
Commit
050d5b54
authored
Apr 25, 2003
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot to commit this one in cset 1.1561 (replication)
parent
66e97ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/ha_innodb.cc
sql/ha_innodb.cc
+4
-4
No files found.
sql/ha_innodb.cc
View file @
050d5b54
...
...
@@ -916,11 +916,11 @@ innobase_commit_low(
/* Update the replication position info inside InnoDB */
trx
->
mysql_master_log_file_name
=
active_mi
->
rli
.
master_log_name
;
=
active_mi
->
rli
.
group_
master_log_name
;
trx
->
mysql_master_log_pos
=
((
ib_longlong
)
(
active_mi
->
rli
.
master_log_pos
+
active_mi
->
rli
.
event_len
+
active_mi
->
rli
.
pending
));
(
active_mi
->
rli
.
group_
master_log_pos
+
active_mi
->
rli
.
event_len
));
}
#endif
/* HAVE_REPLICATION */
trx_commit_for_mysql
(
trx
);
...
...
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