~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-05 07:43:57 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105074357-9zf9j38hf52xjvef
Merge in work for reserved words in SQL standard.

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;