• unknown's avatar
    Bug #23427 (incompatible ABI change) · 6c4aa883
    unknown authored
    the incompatibility was caused by current_stmt member added to the MYSQL
    structure.
    It's possible to move it to THD structure instead which saves ABI
    
    
    include/mysql.h:
      member moved to the THD structure
    libmysqld/lib_sql.cc:
      now we use THD member here
    sql/sql_class.h:
      current_stmt member added for the embedded server
    6c4aa883
lib_sql.cc 21.3 KB