[FTS][placeholder] Add doc length for fulltext index

This commit is contained in:
Tyshawn
2024-03-15 02:15:22 +00:00
committed by ob-robot
parent f2928e3715
commit a7e370de66
2 changed files with 2 additions and 0 deletions

View File

@ -1132,6 +1132,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprWaitForExecutedGTIDSet::eval_wait_for_executed_gtid_set, /* 688 */
NULL, // ObExprWaitUntilSQLThreadAfterGTIDs::eval_wait_until_sql_thread_after_gtids /* 689 */
NULL, // ObExprLastRefreshScn::eval_last_refresh_scn /* 690 */
NULL, // ObExprDocLength::generate_doc_length, /*691*/
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {