Details

    • Bug
    • Status: In Review (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.9(EOL), 10.10(EOL), 10.11
    • 10.11
    • None

    Description

      https://buildbot.mariadb.org/#/builders/168/builds/14289

      main.lock_sync 'innodb'                  w6 [ fail ]  timeout after 480 seconds
              Test ended at 2022-09-06 08:22:41
      Test case timeout after 480 seconds
      == /buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/6/log/lock_sync.log == 
      disconnect con1;
      disconnect con2;
      DROP TABLES t1, t2;
      #
      # MDEV-28567 Assertion `0' in open_tables upon function-related operation
      #
      CREATE TABLE t1 (a INT);
      CREATE TABLE t2 (b INT);
      CREATE TRIGGER tr1 BEFORE INSERT ON t1 FOR EACH ROW UPDATE t2 SET b = 0;
      CREATE TRIGGER tr2 BEFORE INSERT ON t2 FOR EACH ROW UPDATE t1 SET a = 6;
      CREATE VIEW v1 AS SELECT * FROM t1;
      SET AUTOCOMMIT=OFF;
      SELECT * FROM t1;
      a
      DROP TRIGGER tr1;
      INSERT INTO t2 SELECT * FROM t2;
      SELECT f() FROM t2;
      ERROR 42000: FUNCTION test.f does not exist
      set debug_sync= 'after_open_table_mdl_shared signal s1';
      ALTER VIEW v1 AS SELECT f() FROM t1;
       == /buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/6/tmp/analyze-timeout-mysqld.1.err ==
      mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local server through socket '/buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/tm' (111)
      

      Attachments

        Issue Links

          Activity

            Here is a recent failure:

            10.11 8283948846740a22f96bbe7bccf250708406d5d9

            main.lock_sync 'innodb'                  w55 [ fail ]
                    Test ended at 2022-11-21 10:44:52
             
            CURRENT_TEST: main.lock_sync
            mysqltest: At line 1222: query 'DROP FUNCTION f' failed: ER_SP_DOES_NOT_EXIST (1305): FUNCTION test.f does not exist
            

            marko Marko Mäkelä added a comment - Here is a recent failure: 10.11 8283948846740a22f96bbe7bccf250708406d5d9 main.lock_sync 'innodb' w55 [ fail ] Test ended at 2022-11-21 10:44:52   CURRENT_TEST: main.lock_sync mysqltest: At line 1222: query 'DROP FUNCTION f' failed: ER_SP_DOES_NOT_EXIST (1305): FUNCTION test.f does not exist
            midenok Aleksey Midenkov added a comment - - edited

            Please review 73ccff836fc (bb-10.11-midenok)

            midenok Aleksey Midenkov added a comment - - edited Please review 73ccff836fc ( bb-10.11-midenok )

            People

              sanja Oleksandr Byelkin
              midenok Aleksey Midenkov
              Votes:
              0 Vote for this issue
              Watchers:
              5 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.