diff options
author | unknown <timour@askmonty.org> | 2013-07-08 15:19:50 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2013-07-08 15:19:50 +0300 |
commit | 54999b2863ed7f6b1fc64f8347ae24a7a325b427 (patch) | |
tree | d16f41be280d192ae960904ed146b84540ad11a4 /mysql-test/suite/perfschema/include/schema.inc | |
parent | 30e34252f48599d605466c718ceb81a1a0e23b70 (diff) | |
download | mariadb-git-54999b2863ed7f6b1fc64f8347ae24a7a325b427.tar.gz |
Merge performance schema test cases from MySQL 5.6.10
Merged the majority of the PFS test cases.
There are still 19 failing test cases that need more attention.
Diffstat (limited to 'mysql-test/suite/perfschema/include/schema.inc')
-rw-r--r-- | mysql-test/suite/perfschema/include/schema.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/include/schema.inc b/mysql-test/suite/perfschema/include/schema.inc index 6c3c391c171..f5f23893d37 100644 --- a/mysql-test/suite/perfschema/include/schema.inc +++ b/mysql-test/suite/perfschema/include/schema.inc @@ -21,6 +21,7 @@ show create table events_stages_summary_global_by_event_name; show create table events_statements_current; show create table events_statements_history; show create table events_statements_history_long; +show create table events_statements_summary_by_digest; show create table events_statements_summary_by_host_by_event_name; show create table events_statements_summary_by_thread_by_event_name; show create table events_statements_summary_by_user_by_event_name; @@ -38,7 +39,6 @@ show create table events_waits_summary_global_by_event_name; show create table file_instances; show create table file_summary_by_event_name; show create table file_summary_by_instance; ---error 1146 show create table host_cache; show create table hosts; show create table mutex_instances; |