~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
6
SET @variable = "some string";