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
6821e5ca
Commit
6821e5ca
authored
Jun 22, 2007
by
mats@kindahl-laptop.dnsalias.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#23051 (READ COMMITTED breaks mixed and statement-based replication):
Removing dead code.
parent
7606b0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+0
-2
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
6821e5ca
...
...
@@ -6272,8 +6272,6 @@ ha_innobase::external_lock(
binlog_format
==
BINLOG_FORMAT_STMT
)
{
char
buf
[
256
];
bool
const
read_uncommitted
=
trx
->
isolation_level
==
TRX_ISO_READ_UNCOMMITTED
;
my_snprintf
(
buf
,
sizeof
(
buf
),
"Transaction level '%s' in"
" InnoDB is not safe for binlog mode '%s'"
,
...
...
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