[CP] [CP] Disable pdml when primary key has auto increment column

This commit is contained in:
hezuojiao
2024-02-08 12:30:44 +00:00
committed by ob-robot
parent 582bd4b9cb
commit 0a2a50fb59
5 changed files with 80 additions and 1 deletions

View File

@ -35,6 +35,7 @@ namespace sql
#define PARALLEL_DISABLED_BY_PL_UDF_DAS "Degree of Parallelisim is %ld because stmt contain pl_udf which force das scan"
#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"
}
}