~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/rli.cc

Minor string fixes (mainly US English spelling and typos)

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
      */
149
149
      sql_print_warning(_("Neither --relay-log nor --relay-log-index were used;"
150
150
                        " so replication "
151
 
                        "may break when this MySQL server acts as a "
 
151
                        "may break when this Drizzle server acts as a "
152
152
                        "slave and has his hostname changed!! Please "
153
153
                        "use '--relay-log=%s' to avoid this problem."), ln);
154
154
      name_warning_sent= 1;