[MDEV-32468] Galera replication not supported on query CREATE TABLE new_table LIKE original_table Created: 2023-10-13 Updated: 2023-11-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.11.5 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jozef Kováč | Assignee: | Seppo Jaakola |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Oracle Linux 8.8 x86_64 |
||
| Description |
|
Setting variable wsrep_forced_binlog_format to value ROW resulting in galera stop supporting(ERROR 4165 (HY000): Galera replication not supported) query "CREATE TABLE new_table LIKE original_table", looks like every other DDL works just fine. It`s a bug or intention to block support for this particular query? |