~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/perfschema/r/ddl_events_stages_current.result

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
alter table performance_schema.events_stages_current add column foo integer;
 
2
ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema'
 
3
truncate table performance_schema.events_stages_current;
 
4
ALTER TABLE performance_schema.events_stages_current ADD INDEX test_index(EVENT_ID);
 
5
ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema'
 
6
CREATE UNIQUE INDEX test_index ON performance_schema.events_stages_current(EVENT_ID);
 
7
ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema'