-
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.
Mauritz Sundell authoredProblem: 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