~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysql-test/r/skip_grants.result

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
DROP FUNCTION f1;
59
59
DROP FUNCTION f2;
60
60
DROP FUNCTION f3;
 
61
select count(*) from information_schema.COLUMN_PRIVILEGES;
 
62
count(*)
 
63
0
 
64
select count(*) from information_schema.SCHEMA_PRIVILEGES;
 
65
count(*)
 
66
0
 
67
select count(*) from information_schema.TABLE_PRIVILEGES;
 
68
count(*)
 
69
0
 
70
select count(*) from information_schema.USER_PRIVILEGES;
 
71
count(*)
 
72
0