diff options
author | Maheedhar PV <maheedhar.panchalamarri.venka@oracle.com> | 2019-11-26 09:39:35 +0530 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-04-29 14:08:54 +0200 |
commit | 4d1de554bbba09b4be64e7f1a9bd005e7168864b (patch) | |
tree | 0dde7bf3749708f2af72689b5650784f30bf5649 /include/my_base.h | |
parent | a13157a561d960604c0c8cfd23b79783cfe76861 (diff) | |
download | mariadb-git-4d1de554bbba09b4be64e7f1a9bd005e7168864b.tar.gz |
Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTS
Cause:
In case of version based condtional comments, if the condition evaluates
to false, it is converted to a regular comment for replication by
replacing "!" by " ".
Nested comment in a conditional comment is replicated as is. Nested
comments are supported only in case of conditional comments and when a
the comment on slave is no more a conditional comment, the statement
execution fails on the slave.
Fix:
Convert the nested comment, start from "/*" to "(*" and comment end from
"*/" to "*)" for replication.
Change-Id: I1a8e385a267b2370529eade094f0258fa96886c0
Diffstat (limited to 'include/my_base.h')
0 files changed, 0 insertions, 0 deletions