[FTS][placeholder] Add doc length for fulltext index
This commit is contained in:
@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user