Skip to content
  • Mauritz Sundell's avatar
    b0aceff6
    Bug#25047951 ADD BUILD TIME CHECK THAT MYSQL_SYSTEM_TABLES.SQL MATCH OUTPUT OF NDBINFO_SQL · b0aceff6
    Mauritz Sundell authored
    Problem:  The ndbinfo part of mysql_system_tables.sql should match the
              output of ndbinfo_sql if build with ndbcluster.
    
              Currently there are no build time enforcement of this and
              mysql_system_tables.sql and ndbinfo_sql have diverged.
    
              This can cause confusion and failures when ndbinfo is used
              since mysql_system_tables.sql might not be updated
              accordingly to ndbinfo_sql.
    
    Solution: If build with ndbcluster mysql_system_tables.sql will be patched
              into a new file using the output of ndbinfo_sql.  Then the
              original and patched mysql_systen_tables.sql will be compared
              and if not equal build will fail.  And developer are forced to
              take action to make build succeed.
    b0aceff6
    Bug#25047951 ADD BUILD TIME CHECK THAT MYSQL_SYSTEM_TABLES.SQL MATCH OUTPUT OF NDBINFO_SQL
    Mauritz Sundell authored
    Problem:  The ndbinfo part of mysql_system_tables.sql should match the
              output of ndbinfo_sql if build with ndbcluster.
    
              Currently there are no build time enforcement of this and
              mysql_system_tables.sql and ndbinfo_sql have diverged.
    
              This can cause confusion and failures when ndbinfo is used
              since mysql_system_tables.sql might not be updated
              accordingly to ndbinfo_sql.
    
    Solution: If build with ndbcluster mysql_system_tables.sql will be patched
              into a new file using the output of ndbinfo_sql.  Then the
              original and patched mysql_systen_tables.sql will be compared
              and if not equal build will fail.  And developer are forced to
              take action to make build succeed.
Loading