You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/r/information_schema.result
+13-2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ KEY_COLUMN_USAGE
50
50
PARTITIONS
51
51
PLUGINS
52
52
PROCESSLIST
53
+
PROFILING
53
54
REFERENTIAL_CONSTRAINTS
54
55
ROUTINES
55
56
SCHEMATA
@@ -852,7 +853,7 @@ delete from mysql.db where user='mysqltest_4';
852
853
flush privileges;
853
854
SELECT table_schema, count(*) FROM information_schema.TABLES where table_name<>'ndb_binlog_index' AND table_name<>'ndb_apply_status' GROUP BY TABLE_SCHEMA;
854
855
table_schema count(*)
855
-
information_schema 27
856
+
information_schema 28
856
857
mysql 22
857
858
create table t1 (i int, j int);
858
859
create trigger trg1 before insert on t1 for each row
@@ -1146,7 +1147,7 @@ table_schema='information_schema' and
1146
1147
group by column_type order by num;
1147
1148
column_type group_concat(table_schema, '.', table_name) num
0 commit comments