fix pdml bug after or expansion transformation

This commit is contained in:
chimyue
2024-02-04 12:42:28 +00:00
committed by ob-robot
parent ed1e4d3f4f
commit f9a5d864fe
6 changed files with 37 additions and 27 deletions

View File

@ -36,6 +36,7 @@ namespace sql
#define DIRECT_MODE_INSERT_INTO_SELECT "Direct-mode is enabled in insert into select"
#define PARALLEL_DISABLED_BY_DBLINK "Degree of Parallelisim is %ld because stmt contain dblink which force das scan"
#define PDML_DISABLED_BY_INSERT_PK_AUTO_INC "PDML disabled because the insert statement primary key has specified auto-increment column"
#define PDML_DISABLED_BY_TRANSFORMATIONS "PDML disabled because transformations like or-expansion"
}
}