• V Narayanan's avatar
    Bug#49329 example (and other) engines use wrong collation for open tables hash · e3df8b6d
    V Narayanan authored
    This fix changes the character set used within the
    IBMDB2I handler to hash table names to information
    about open tables. Previously, tables with names
    that differed only in letter case would hash to the
    same data structure. This caused incorrect behavior
    or errors when two such tables were in use simultaneously.
    e3df8b6d
ha_ibmdb2i.cc 95.9 KB