auto_increment and PBMS problem

Bug #616466 reported by Marcus Eriksson
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Invalid
Medium
Stewart Smith
7.0
Invalid
Medium
Stewart Smith

Bug Description

When PBMS is enabled, the following queries crash the server:

create table autoincbug (id int not null primary key auto_increment, test varchar(10));
alter table autoincbug auto_increment = 1000;
insert into autoincbug values (null, 'hej');
alter table autoincbug auto_increment = 32727;

Related branches

Stewart Smith (stewart)
Changed in drizzle:
assignee: nobody → Stewart Smith (stewart-flamingspork)
Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

Stewart: I can no longer reproduce this, is it still valid?

Revision history for this message
Stewart Smith (stewart) wrote :

I can't reproduce either.

have created branch with a regression test for it though.

Changed in drizzle:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.