~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/tests/t/max_user.test

  • Committer: Lee Bieber
  • Date: 2011-01-08 03:39:25 UTC
  • mfrom: (2062.1.2 build)
  • Revision ID: kalebral@gmail.com-20110108033925-koobar399kwrm4ba
Merge Brian - parser clean up
Merge Marisa - latest doc updates, fix sphinx warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  IF(COUNT_ALTER, "NO", "YES"),
32
32
  IF(COUNT_DROP, "NO", "YES"),
33
33
  IF(COUNT_ADMIN, "NO", "YES")
34
 
  FROM DATA_DICTIONARY.CUMULATIVE_SQL_COMMANDS ORDER BY USER + 0 ASC;
 
34
  FROM DATA_DICTIONARY.CUMULATIVE_SQL_COMMANDS ORDER BY USERNAME + 0 ASC;
35
35
 
36
36
 
37
37
SHOW CREATE TABLE data_dictionary.GLOBAL_STATEMENTS;