Bug #107862 clone failed when table with special name
Submitted: 13 Jul 2022 10:29 Modified: 13 Jul 2022 11:46
Reporter: phoenix Zhang (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Clone Plugin Severity:S3 (Non-critical)
Version:8.0.25 OS:Any
Assigned to: CPU Architecture:Any
Tags: clone plugin, Contribution

To submit contributions, please log in.

[13 Jul 2022 10:46] phoenix Zhang
Here is my little patch

(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Attachment: clone_special_table.diff (text/x-patch), 1.18 KiB.

[14 Jul 2022 2:57] phoenix Zhang
fix for tablespace, database, and table_name with special char. and add mgr test

(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Attachment: clone_special_table_2.diff (text/x-patch), 7.38 KiB.

[14 Jul 2022 10:26] phoenix Zhang
change the patch, use more safe c_ptr_safe

(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Attachment: clone_special_table_3.diff (text/x-patch), 7.40 KiB.