Skip navigation links

MySQL Forums :: Install :: Where does max_join_size go in my.cnf?


Advanced Search

Where does max_join_size go in my.cnf?
Posted by: Don Muller ()
Date: November 03, 2009 12:56PM

I am using MySQL version

I get the following message when MySQL starts up:
[Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295.

Now I know it is just a warning and not much to worry about but I'd like to eliminate the message. So I stopped MySQL and added 'max_join_size = 4294967295' to my.cnf under the [mysqld] section. I restarted MySQL and still get the same message. Did I put the value in the correct section? If no, where does it go? If yes, why did it not pick it up?

Thanks
Don

Options: ReplyQuote


Subject Written By Posted
Where does max_join_size go in my.cnf? Don Muller 11/03/2009 12:56PM
Re: Where does max_join_size go in my.cnf? Vamsikrishna Nadella 11/04/2009 03:43PM
Re: Where does max_join_size go in my.cnf? Don Muller 11/04/2009 04:05PM
Re: Where does max_join_size go in my.cnf? Vamsikrishna Nadella 11/04/2009 04:38PM
Re: Where does max_join_size go in my.cnf? Don Muller 11/09/2009 11:56PM
Re: Where does max_join_size go in my.cnf? Don Muller 11/19/2009 01:18AM
Re: Where does max_join_size go in my.cnf? Umesh Shastry 11/19/2009 08:40AM
Re: Where does max_join_size go in my.cnf? Don Muller 11/19/2009 10:05AM


Sorry, only registered users may post in this forum.