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

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

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      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,,);

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 811438

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 811438
            Hide
            elenst Elena Stepanova added a comment -

            I presume it can be closed now, since PBXT is not maintained. Please re-open if you disagree.

            Show
            elenst Elena Stepanova added a comment - I presume it can be closed now, since PBXT is not maintained. Please re-open if you disagree.

              People

              • Assignee:
                Unassigned
                Reporter:
                serg Sergei Golubchik
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: