support cross apply

This commit is contained in:
wangfeihuo
2024-10-26 14:11:42 +08:00
parent 383eac9ac3
commit d2e10a6b55
44 changed files with 7709 additions and 393 deletions

View File

@ -77,12 +77,13 @@ bool will_shutdown = false;
*
********************************************/
const uint32 GRAND_VERSION_NUM = 93010;
const uint32 GRAND_VERSION_NUM = 93011;
/********************************************
* 2.VERSION NUM FOR EACH FEATURE
* Please write indescending order.
********************************************/
const uint32 APPLY_JOIN_VERSION_NUMBER = 93011;
const uint32 CHARBYTE_SEMANTIC_VERSION_NUMBER = 93001;
const uint32 FLUSH_LSN_FUN_VERSION_NUM = 92951;
const uint32 PUBLICATION_DDL_AT_VERSION_NUM = 92949;