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

CHECKSUM TABLE calculates different checksums

    XMLWordPrintable

Details

    Description

      I have a master slave setup. And two tables calculate different checksums, while the data seems be in sync.

      checksum table A, ASlave extended;
      

      Table Checksum
      A 1139480600
      ASlave 1134561865

      (select * from ASlave ORDER BY ID ) except (select * from A ORDER BY ID);
      

      Empty set (2.461 sec)

      (select * from A ORDER BY ID ) except (select * from ASlave ORDER BY ID);
      
      

      Empty set (2.418 sec)

      Any other command to check for differences in tables?

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              mokraemer Marc
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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