Details
Description
Compilation is broken with the "-DPLUGIN_PARTITION=NO" option, for example cmake -DPLUGIN_PARTITION=NO gives:
sql/sql_truncate.cc:377:36: error: no member named 'default_part_plugin' in 'TABLE_SHARE'
|
377 | const handlerton *ht= share->default_part_plugin ?
|
Attachments
Issue Links
- is caused by
-
MDEV-27861 Creating partitioned tables should not be allowed with wsrep_osu_method=TOI and wsrep_strict_ddl=ON
-
- Closed
-