[MDEV-23108] Point in time recovery of binary log fails when sql_mode=ORACLE Created: 2020-07-07 Updated: 2021-04-19 Resolved: 2020-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sujatha Sivakumar (Inactive) | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Point in time recovery of binary log fails when sql_mode=ORACLE
Output:
Syntax error is reported for "BEGIN" statement.
|
| Comments |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-07-17 ] |
|
Hello Elkin Please review the fix for Patch: https://github.com/MariaDB/server/commit/9b999e79a358de2c86ae44fe83cf6c62cff1d2ef Thank you. |
| Comment by Andrei Elkin [ 2020-07-17 ] |
|
The patch is approved. |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-07-22 ] |
|
Fix is implemented in 10.3.24. 10.3 to 10.4 merge works fine. All patches are tested on buildbot. 10.4 changes: https://github.com/MariaDB/server/commit/fb51ef85c8d60f88f49715ae5086476efdbf264d In 10.5: The fix will have to be implemented in 'sql/log_event_client.cc'. |