Skip to content
  • magnus.blaudd@oracle.com's avatar
    7db94998
    Adapt MySQl Cluster to 5.6 · 7db94998
    magnus.blaudd@oracle.com authored
     - fix existing tests and utility scripts since mysql.host has been removed
     - fix existing .results since a lot more Errors and Warnings are printed when
       an error is provoked.
     - remove code to handle a few old LOGCOM_ command since those are
      never  used. Of course keep the SOT_ commands intact to avoid upgrade
      problems.
     - Add hack preventing db to be NULL when calling ndbcluster_log_schema_op()
     - Add long comment describing why the above hack is needed and that it works anyway.
     - Add new testcases which checks that binlog, data and functionality on remote mysqld
       end up looking the same way as when system tables are local(i.e in default engine).
       Same testcase and .result file is run two times with different configs and the result
       should be same.
     - remove NDB_WITHOUT_DIST_PRIV define
    7db94998
    Adapt MySQl Cluster to 5.6
    magnus.blaudd@oracle.com authored
     - fix existing tests and utility scripts since mysql.host has been removed
     - fix existing .results since a lot more Errors and Warnings are printed when
       an error is provoked.
     - remove code to handle a few old LOGCOM_ command since those are
      never  used. Of course keep the SOT_ commands intact to avoid upgrade
      problems.
     - Add hack preventing db to be NULL when calling ndbcluster_log_schema_op()
     - Add long comment describing why the above hack is needed and that it works anyway.
     - Add new testcases which checks that binlog, data and functionality on remote mysqld
       end up looking the same way as when system tables are local(i.e in default engine).
       Same testcase and .result file is run two times with different configs and the result
       should be same.
     - remove NDB_WITHOUT_DIST_PRIV define
Loading