Christopher L. Everett wrote:
> I'm using AMD K7 servers and don't need/want InnoDB so I want to compile
> mysql from source and I was curious about what compiler flags to use, so
Without recompiling binaries, you can add
skip-innodb
skip-bdb
to your my.cnf file.
> 2. What compiler flags do the b
Christopher L. Everett wrote:
I'm using AMD K7 servers and don't need/want InnoDB so I want to compile
mysql from source and I was curious about what compiler flags to use, so
I went to http://www.mysql.com/doc/en/Compile_and_link_options.html which
left me with some questions:
1. Does pgcc _still