• Olivier Bertrand's avatar
    - XML and INI tables now return NULL when a node does not exist in a row (XML) · 7a30ec72
    Olivier Bertrand authored
      or if the key is missing in a section (INI)
    
    modified:
      mysql-test/suite/connect/r/ini.result
      mysql-test/suite/connect/r/xml.result
      storage/connect/tabsys.cpp
      storage/connect/tabxml.cpp
    
    - Do a sub-storage cleanup on info commands and fix a limit of column number
      in ODBCColumns. This was doing a crash for unexpected longjmp when many info
      commands were executed in a row.
    
    modified:
      storage/connect/ha_connect.cc
      storage/connect/odbconn.cpp
    7a30ec72
odbconn.cpp 64.6 KB