- πΉπ³Tunisia adel-by
I'm running into a similar problem but with mariadb and Drupal 11.
When adding an existing subgroup, i hit the assertion error :
Fetch mode 65543 is not supported. Use supported modes only.
This happens on D11 because of : https://git.drupalcode.org/project/drupal/-/blob/11.1.x/core/lib/Drupal/...
I guess this is related to this change : https://www.drupal.org/node/3377999 β
The patch in #3 ( issue3268971-fix.patch β ) helped me bypass the problem.
Not sure about the correct fix for this though.