~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/dynamic.rst

  • Committer: Monty Taylor
  • Date: 2010-12-26 01:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226013211-c1tx52h7evovmijg
fixed dict and eval.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
The query will run in a new session and will execute as the user that
27
27
launched it. It can be killed via KILL and the system limit on total number
28
28
of sessions will be enforced.
29
 
 
30
 
FIXME: EXECUTE executes the statements inside an explicit transaction.