1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

P_S 5.7.28

This commit is contained in:
Sergei Golubchik
2019-12-10 15:35:00 +01:00
parent dfe6e914e5
commit 0ea717f51a
942 changed files with 174739 additions and 20780 deletions

View File

@ -156,7 +156,7 @@ DELETE FROM t_60905 WHERE i = 1;
# should delete with a full scan (5 NULL fetch, 1 NULL delete)
DELETE FROM t_60905 WHERE j = 8;
# show the instrument data
# show the instrument data.
SELECT object_schema,
object_name,
index_name,
@ -170,6 +170,23 @@ SELECT object_schema,
DROP TABLE t_60905;
#
# Bug#71278 NUMBER OF ROWS IN PERFORMANCE SCHEMA TABLES
#
show global variables like "performance_schema_max_thread_instances";
explain select * from performance_schema.threads;
#
# Bug #73082 SHOW EVENTS in performance_schema gives Access Denied
#
use performance_schema;
show events;
show events from performance_schema;
show events where Db= 'performance_schema';
use test;
#
# Bug#11929832 - EVENTS_STATEMENTS_HISTORY HAS ERRORS=0 WHEN THERE ARE ERRORS