mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.0 into 10.1
Significantly reduce the amount of InnoDB, XtraDB and Mariabackup code changes by defining pfs_os_file_t as something that is transparently compatible with os_file_t.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--performance-schema-digests-size=1
|
||||
15
mysql-test/suite/perfschema/t/start_server_1_digest.test
Normal file
15
mysql-test/suite/perfschema/t/start_server_1_digest.test
Normal file
@@ -0,0 +1,15 @@
|
||||
# -----------------------------------------------------------------------
|
||||
# Tests for the performance schema statement Digests.
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/no_protocol.inc
|
||||
|
||||
SELECT "Digest table has a size 1 and is full already." as use_case;
|
||||
|
||||
select SCHEMA_NAME, DIGEST, DIGEST_TEXT
|
||||
from performance_schema.events_statements_summary_by_digest;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user