• Narayanan V's avatar
    Bug#44022 CREATE TABLE sometimes fails silently for IBMDB2I engine · 63e2b7dd
    Narayanan V authored
    In some circumstances, when a table is created with
    the IBMDB2I engine, the CREATE TABLE statement will
    return successfully but the table will not exist.
    
    The current patch addresses the above issue and causes
    CREATE to fail and report and error to the user.
    
    storage/ibmdb2i/ha_ibmdb2i.cc:
      Locally declared return code hid function-
      scoped declaration and went out of scope
      before being returned. Removed inner
      declaration.
    63e2b7dd
ha_ibmdb2i.cc 93.2 KB