~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/configuration/variables.rst

  • Committer: Mark Atwood
  • Date: 2011-11-06 20:01:57 UTC
  • mfrom: (2449.3.1 drizzle-docfix)
  • Revision ID: me@mark.atwood.name-20111106200157-5zy3syvioahmcu7l
mergeĀ lp:~fallenpegasus/drizzle/drizzle-docfix

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
Changes to session variables are lost when the connection closes, but
83
83
changes to global variables remain in affect until changed again.
84
84
 
85
 
.. note:: Configuration variables and :ref:`user_defined_variables` are different.  :ref:`user_defined_variables` do not affect the configuration of Drizzle, and they are always dynamic, session variables.
 
85
.. note::
 
86
 
 
87
   Configuration variables and :ref:`user_defined_variables` are
 
88
   different.  :ref:`user_defined_variables` do not affect the
 
89
   configuration of Drizzle, and they are always dynamic, session
 
90
   variables.
86
91
 
87
92
.. _setting_variables:
88
93