lp://staging/~stewart/drizzle/staging-mtr2-myisam-tmp

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp://staging/~stewart/drizzle/staging-mtr2-myisam-tmp
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stewart Smith
Project:
Drizzle
Status:
Development

Recent revisions

1096. By Stewart Smith

merge trunk

1095. By Stewart Smith

Fix mtr2 timeouts/spurious test failures (bug lp:397912)

This was not mtr2 related at all, but in fact e2fsprogs related.
Namely, libuuid.

or rather, uuidd.

libuuid will fork off uuidd which is a setuid binary.

If we needed to restart the server after using a UUID function, the uuidd
process would still exist and hold onto the drizzled server socket.

This is because the server socket for drizzled wasn't CLOEXEC.

This patch sets FD_CLOEXEC on the server socket so that it's closed on exec,
and the setuid uuidd won't hold onto our server socket.

foiled by unix.

never assume your program doesn't fork and exec a setuid process :/

1094. By Stewart Smith

mark test-run.pl as executable

1093. By Stewart Smith

mtr2: test suite csv no longer exists, just in main

1092. By Stewart Smith <email address hidden>

mtr2 merge

1091. By Stewart Smith <email address hidden>

myisam as temp only merge

1090. By Brian Aker <brian@gaz>

Merge from Monty

1089. By Brian Aker <brian@gaz>

Merge Stewart

1088. By Brian Aker <brian@gaz>

Reversing patch that Solaris has issues with.

1087. By Brian Aker <brian@gaz>

Merge from Nathan (and a further removal of dead dir sym code).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
Stacked on:
lp://staging/~drizzle-trunk/drizzle/development
This branch contains Public information 
Everyone can see this information.

Subscribers