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

LP:811438 - pbxt crash in start_consistent_snapshot w/o pbxt database

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      PBXT crashes on start transaction with consistent snapshot if there's no pbxt database.

      To repeat (in MariaDB 5.3):
      modify suite/pbxt/t/consistent_snapshot.test
      as in the patch below, and run it.

      === modified file 'mysql-test/suite/pbxt/t/consistent_snapshot.test'
      — mysql-test/suite/pbxt/t/consistent_snapshot.test 2009-04-02 10:03:14 +000
      +++ mysql-test/suite/pbxt/t/consistent_snapshot.test 2011-07-16 09:33:18 +000
      @@ -4,6 +4,11 @@
      drop table if exists t1;
      --enable_warnings

      +create table t1 (a int);
      +insert t1 values (1);
      +drop table t1;
      +drop database pbxt;
      +
      connect (con1,localhost,root,,);
      connect (con2,localhost,root,,);

      Attachments

        Activity

          People

            Unassigned Unassigned
            serg Sergei Golubchik
            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.