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
4cb38dfe
Commit
4cb38dfe
authored
Jan 19, 2013
by
Venkatesh Duggirala
Browse files
Options
Browse Files
Download
Plain Diff
BUG#11752707-SLAVE CRASHES IF RBR HAS AS DESTINATION A VIEW RATHER
THAN A TABLE. Merging fix from mysql-5.1
parents
16ef9332
440bcbd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/log_event.cc
sql/log_event.cc
+1
-0
No files found.
sql/log_event.cc
View file @
4cb38dfe
...
...
@@ -8765,6 +8765,7 @@ int Table_map_log_event::do_apply_event(Relay_log_info const *rli)
table_list
->
table_id
=
DBUG_EVALUATE_IF
(
"inject_tblmap_same_id_maps_diff_table"
,
0
,
m_table_id
);
table_list
->
updating
=
1
;
table_list
->
required_type
=
FRMTYPE_TABLE
;
DBUG_PRINT
(
"debug"
,
(
"table: %s is mapped to %u"
,
table_list
->
table_name
,
table_list
->
table_id
));
enum_tbl_map_status
tblmap_status
=
check_table_map
(
rli
,
table_list
);
if
(
tblmap_status
==
OK_TO_PROCESS
)
...
...
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