[FEAT MERGE]:develop pl feature of 4.2 version

Co-authored-by: LiuYoung00 <liuyanglo_ol@163.com>
Co-authored-by: 0xacc <heyongyi1998@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
This commit is contained in:
obdev
2023-04-27 16:08:10 +08:00
committed by ob-robot
parent 8e9c9d0c5f
commit 57f1c6e7ee
92 changed files with 3534 additions and 1304 deletions

View File

@ -5827,7 +5827,7 @@ public:
K(base_object_name_),
K(trigger_info_),
K(with_replace_),
K(for_insert_errors_),
K(in_second_stage_),
K(error_info_),
K(dependency_infos_));
public:
@ -5841,7 +5841,7 @@ public:
struct
{
uint32_t with_replace_:1;
uint32_t for_insert_errors_:1;
uint32_t in_second_stage_:1; // is second create trigger stage
uint32_t reserved_:30;
};
};