• Daniel Ye's avatar
    MDEV-26545 Spider does not correctly handle UDF and stored function in where conds · 9fc1ef93
    Daniel Ye authored
    - Handle stored function conditions correctly, with the same logic as with UDFs.
    - When running queries on Spider SE, by default, we do not push down WHERE conditions containing usage of UDFs/stored functions to remote data nodes, unless the user demands (by setting spider_use_pushdown_udf).
    - Disable direct update/delete when a udf condition is skipped.
    9fc1ef93
sql_delete.cc 45.1 KB