/usr/lib/mysql-testsuite/r/bug1011047.result is in percona-server-test-5.6 5.6.22-rel71.0-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | show variables like 'userstat%';
Variable_name Value
userstat ON
INSTALL PLUGIN example SONAME 'ha_example.so';
show variables like 'userstat%';
Variable_name Value
userstat ON
CREATE TABLE t1(a int) ENGINE=EXAMPLE;
DROP TABLE t1;
UNINSTALL PLUGIN example;
|