[MDEV-660] LP:811438 - pbxt crash in start_consistent_snapshot w/o pbxt database Created: 2011-07-16  Updated: 2013-06-02  Resolved: 2013-06-02

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Sergei Golubchik Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug811438.xml    

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



 Comments   
Comment by Rasmus Johansson (Inactive) [ 2012-03-31 ]

Launchpad bug id: 811438

Comment by Elena Stepanova [ 2013-06-02 ]

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

Generated at Thu Feb 08 06:30:24 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.