summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/ddl_replication_applier_status.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/ddl_replication_applier_status.result')
-rw-r--r--mysql-test/suite/perfschema/r/ddl_replication_applier_status.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/r/ddl_replication_applier_status.result b/mysql-test/suite/perfschema/r/ddl_replication_applier_status.result
index 99328acce5a..a6306e976ba 100644
--- a/mysql-test/suite/perfschema/r/ddl_replication_applier_status.result
+++ b/mysql-test/suite/perfschema/r/ddl_replication_applier_status.result
@@ -2,7 +2,7 @@ ALTER TABLE performance_schema.replication_applier_status
ADD COLUMN foo integer;
ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema'
TRUNCATE TABLE performance_schema.replication_applier_status;
-ERROR HY000: Invalid performance_schema usage.
+ERROR HY000: Invalid performance_schema usage
ALTER TABLE performance_schema.replication_applier_status
ADD INDEX test_index(remaining_delay);
ERROR 42000: Access denied for user 'root'@'localhost' to database 'performance_schema'