~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/tests/r/max_user.result

  • 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:
12
12
IF(COUNT_ALTER, "NO", "YES"),
13
13
IF(COUNT_DROP, "NO", "YES"),
14
14
IF(COUNT_ADMIN, "NO", "YES")
15
 
FROM DATA_DICTIONARY.CUMULATIVE_SQL_COMMANDS ORDER BY USER + 0 ASC;
 
15
FROM DATA_DICTIONARY.CUMULATIVE_SQL_COMMANDS ORDER BY USERNAME + 0 ASC;
16
16
IF(COUNT_SELECT, "NO", "YES")   IF(COUNT_DELETE, "NO", "YES")   IF(COUNT_UPDATE, "NO", "YES")   IF(COUNT_INSERT, "YES", "NO")   IF(COUNT_ROLLBACK, "NO", "YES") IF(COUNT_COMMIT, "NO", "YES")   IF(COUNT_CREATE, "NO", "YES")   IF(COUNT_ALTER, "NO", "YES")    IF(COUNT_DROP, "NO", "YES")     IF(COUNT_ADMIN, "NO", "YES")
17
17
YES     YES     YES     YES     YES     YES     YES     YES     YES     YES
18
18
YES     YES     YES     YES     YES     YES     YES     YES     YES     YES