Comment 3 for bug 853764

Revision history for this message
Giuseppe Maxia (giuseppe-maxia) wrote :

Alexey,
make_binary_distribution is created when you compile MySQL, not the sandbox.
I have just tried it with MySQL 5.5. sources, and you get the script created right after cmake has finished the configuration stage.

The procedure works like this:
1) You unpack MySQL source (or take it from bzr)
2) you compile MySQL.
3) you run make_sandbox_from_source $PWD single
4) the sandbox will build the binaries and install from the freshly built tarball.