Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-692

LP:657294 - Replication breaks when upgrading to MariaDB from MySQL 5.0

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Trivial
    • Resolution: Unresolved
    • 10.0.0, 5.5.28, 5.3.9, 5.5, 10.0
    • None
    • Replication

    Description

      When upgrading a MySQL 5.0 master to MariaDB 5.1, replication breaks on the
      slave(s):

      Last_Error: Error 'Table 'tablename' already exists' on query. Default database:
      'greylist'. Query: 'RENAME TABLE `#mysql50#tablename` TO `tablename`'

      The RENAME TABLE shouldn't be replicated.

      To reproduce,

      • start MySQL 5.0 server with binary log enabled;
      • create table `t-t` (i int)
      • stop server;
      • start MariaDB server on the same datadir;
      • run mysql_upgrade;
      • grep binary log for 'rename'

      Attachments

        Activity

          People

            Unassigned Unassigned
            serg Sergei Golubchik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.