• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #29338. · 73b2848f
    gshchepa/uchum@gleb.loc authored
    Optimization of queries with DETERMINISTIC functions in the
    WHERE clause was not effective: sequential scan was always
    used.
    Now a SF with the DETERMINISTIC flags is treated as constant
    when it's arguments are constants (or a SF doesn't has arguments).
    73b2848f
item_func.cc 137 KB