MySQL Forums
Forum List  »  Docs

Re: details about Server Parameters, which are server & which thread?
Posted by: KimSeong Loh
Date: June 23, 2005 06:31PM

I guess the question was which of the server variables are GLOBAL and which can be SESSION specific.

What is in the option file under [mysqld] and [client] are startup options, not necessary be server variables even though server vaiables can also be set here.

This page in the doc shows which variables are global and session. I would expect those with SESSION are thread specific, otherwise it has to be global if it is server wide. Note that GLOBAL here means the default value for all sessions if it is a thread specific variables.
http://dev.mysql.com/doc/mysql/en/dynamic-system-variables.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: details about Server Parameters, which are server & which thread?
2300
June 23, 2005 06:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.