• Andrew Hutchings's avatar
    MDEV-25767 Fix CONNECT ODBC WHERE condition crash (#2243) · 66cd1c33
    Andrew Hutchings authored
    When an UPDATE or DELETE was executed with a WHERE condition it would
    crash the MariaDB server. This is because the code expects the WHERE
    condition to have generated a query string but it hasn't.
    
    Also updates the ODBC test results for current MariaDB version.
    66cd1c33
tabodbc.cpp 44.9 KB