• Andrew Hutchings's avatar
    MDEV-29397 CONNECT engine: Fix note turning into error (#2325) · fda58467
    Andrew Hutchings authored
    * MDEV-29397 Fix note turning into error
    
    ODBC Rewind triggered an error with no SQL, but this is sometimes a
    valid condition (as can be seen with other classes). Setting this to a 0
    return stops errors firing when they shouldn't.
    
    Also fixes ASAN hits from in MDEV-29687 tabext.cpp.
    fda58467
odbc_postgresql.result 12.1 KB