zhangfengcdt commented on issue #25899: URL: https://github.com/apache/shardingsphere/issues/25899#issuecomment-1661281381
I think the root cause of this issue is that the `SCHEMATA .DEFAULT_ENCRYPTION` was newly added to MySQL 8.0.16 (2019-04-25, General Availability). The current code (master) add default columns based on this new schema, however, when users use the older version of MySQL, the merged rows does not contain such column. Also, the `schemata.yaml` file failed to include the new column as well (see this [PR](https://github.com/apache/shardingsphere/pull/27620) to add it). @FlyingZC What MySQL version did you use for this bug report? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
