How can I get compilation options that was used for mysql-server from Ubuntu packages? I fetched sources using:
apt-get source mysql-server
But I have to run configure:
./configure
Only then I have compilation options, but they are not the same with that used for compilation.
I need exactly the same compilation options for Pinba plugin
