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

main.log_tables fails sporadically in buildbot

    XMLWordPrintable

Details

    Description

      According to cross-reference report, it happens rarely, and almost only on bld-dan-* and p8 builders (there was one occasion on win64-release2, but it was long time ago).

      http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar-debug/builds/97/steps/test/logs/stdio

      main.log_tables                          w1 [ fail ]
              Test ended at 2015-01-06 10:29:02
       
      CURRENT_TEST: main.log_tables
      mysqltest: At line 832: query 'call `db_17876.archiveSlowLog`()' failed: 1136: Column count doesn't match value count at row 1
       
      The result from queries just before the failure was:
      < snip >
      INSERT INTO
      `db_17876.general_log_data`
                  VALUES(event_time, user_host, thread_id, server_id,
      command_type, argument);
      END;
      END IF;
      END;
      UNTIL done END REPEAT;
      CLOSE cur1;
      TRUNCATE mysql.general_log;
      END //
      SET GLOBAL general_log = ON;
      SET GLOBAL slow_query_log = ON;
      select "put something into general_log";
      put something into general_log
      put something into general_log
      select "... and something more ...";
      ... and something more ...
      ... and something more ...
      call `db_17876.archiveSlowLog`();

      Attachments

        Issue Links

          Activity

            People

              elenst Elena Stepanova
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.