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

perfschema.dml_threads failed in buildbot with wrong errno

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9
    • 10.4, 10.5, 10.6
    • Tests
    • None

    Description

      http://buildbot.askmonty.org/buildbot/builders/win32-packages/builds/10543

      10.2 01d3e401971ab51bb4a2b9c8438b27d0

      perfschema.dml_threads                   w1 [ fail ]
              Test ended at 2018-11-14 13:25:20
       
      CURRENT_TEST: perfschema.dml_threads
      mysqltest: At line 23: query 'update performance_schema.threads
      set thread_id=12 where PROCESSLIST_ID=connection_id()' succeeded - should have failed with errno 1683...
       
      The result from queries just before the failure was:
      select * from performance_schema.threads
      where name like 'Thread/%' limit 1;
      select * from performance_schema.threads
      where name='FOO';
      insert into performance_schema.threads
      set name='FOO', thread_id=1, processlist_id=2;
      ERROR 42000: INSERT command denied to user 'root'@'localhost' for table 'threads'
      update performance_schema.threads
      set thread_id=12;
      ERROR HY000: Invalid performance_schema usage
      update performance_schema.threads
      set thread_id=12 where PROCESSLIST_ID=connection_id();
      

      Attachments

        Activity

          People

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