~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/t/sessions.test

  • Committer: Brian Aker
  • Date: 2011-02-24 07:11:33 UTC
  • mfrom: (2197.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110224071133-kj27247l6bqikdtp
Rollup of all current patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Test DD.SESSIONS table.
2
2
 
3
 
SELECT IS_INTERACTIVE FROM DATA_DICTIONARY.SESSIONS WHERE SESION_USERNAME=CURRENT_USER();
 
3
SELECT IS_INTERACTIVE FROM DATA_DICTIONARY.SESSIONS WHERE SESSION_ID=CONNECTION_ID();