This file is indexed.

/usr/lib/mysql-testsuite/r/percona_bug933969.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
11
12
13
14
15
16
RESET MASTER;
DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (word VARCHAR(20));
INSERT INTO t1 VALUES ("hamite");
INSERT INTO t1 VALUES ("hoho");
INSERT INTO t1 VALUES ("znamenito");
INSERT INTO t1 VALUES ("mrachny");
INSERT INTO t1 VALUES ("mrak");
INSERT INTO t1 VALUES ("zhut");
INSERT INTO t1 VALUES ("parnisha");
INSERT INTO t1 VALUES ("krrasota!");
INSERT INTO t1 VALUES ("podumayesh");
INSERT INTO t1 VALUES ("ogo!");
FLUSH LOGS;
DROP TABLE t1;
RESET MASTER;