lp:~linuxjedi/drizzle/trunk-bug-628912

Created by Andrew Hutchings and last modified
Get this branch:
bzr branch lp:~linuxjedi/drizzle/trunk-bug-628912
Only Andrew Hutchings can upload to this branch. If you are Andrew Hutchings please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Hutchings
Project:
Drizzle
Status:
Merged

Recent revisions

1996. By Andrew Hutchings

OK, so it turns out, push_back on a vector you are currently iterating over is bad because the vector makes a copy of itself in another memory position.

1995. By Andrew Hutchings

Add pcrews' test case

1994. By Andrew Hutchings

vector push_back on COND_CMP struct was causing an extra empty element to be added to the vector when vector size reached 3 (compiler bug?). Changed to std::pair pointers instead.

1993. By Lee Bieber

Merge Evan - Add some extra details to the libdrizzle documentation
Merge Shrews - Fix compiler warning about "comparison between signed and unsigned integer expressions
Merge Monty - We were leaving link-warning.h out of the tarball

1992. By Lee Bieber

Remove disabling of drizzleslap test
Merge Shrews - fix bug 683147: Large row affecting statements failing mid-transaction may not get undone properly by TransactionServices if part of multi-message Transaction

1991. By Lee Bieber

Merge Andrew - First part of admin client blueprint. Add max-connections per-protocol

1990. By Brian Aker

Fixed table issue (I was not removing some tables after the test was done).

1989. By Lee Bieber

Merge Stewart - Use ib_logger to have HailDB messages go to Drizzle loggers

1988. By Lee Bieber

Merge Joe - fix bug 685709: trans id assignment for schema commands should be in interface not engine

1987. By Lee Bieber

Merge Brian - Allow EXECUTE() to work with SELECT as well as stand alone.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:drizzle/7.0
This branch contains Public information 
Everyone can see this information.

Subscribers