• unknown's avatar
    Bug#31167 Introduction of @@hostname breaks replication in a ring · f700bf2d
    unknown authored
     - Use a local uservariable to avoid @@hostname in binlog
    
    
    scripts/mysql_system_tables_data.sql:
      Load @@hostname into a local user variable to avoid
      writing @@hostname to the binary log that potentially
      would be replicated to a slave server that not yet was upgraded
      to have @@hostname.
    f700bf2d
mysql_system_tables_data.sql 1.3 KB