I have some queries that make use of CONVERT_TZ(), for which the time_zone* tables in MySQL's system database should be populated. Usually I would just run mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql as instructed by the documentation. But I am uncertain because this particular configuration I'm working with is NDB... do I just need to issue the command once and the values will replicate themslves, or do I need to perform this command on each node?
Thanks in advance for your guidance!