I just upgraded to mysql 4.0.18 on my Linux 7.3 server to improve performance.
I noticed that on the mysql website it says:
"mysqld now has the option --temp-pool enabled by default as this gives better performance with some operating systems (most notably Linux)."
I want to take advantage of this option. So this option is on automatically?
I don't need to edit the /etc/rc.d/init.d/mysql
file?
Also, does anyone know what this --temp-pool option actually does?
Thanks.