~drizzle-trunk/drizzle/development

1933.1.9 by Brian Aker
Additional documentation and testing.
1
User Defined Variables
2
======================
3
4
Users can create local variables with the following syntax.
1878.5.6 by Brian Aker
A couple of fixes to documentation.
5
2194.5.3 by Andrew Hutchings
Markup fixes
6
.. code-block:: mysql
7
8
   SET @variable = "some string";
1994.5.2 by Stewart Smith
add a bit of a note on how variables docs should be expanded
9
10
Variables are session level only. They can be used in queries. The can be set
11
from queries.