This file is indexed.

/usr/lib/mysql-testsuite/t/percona_bug1008609.test 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
17
18
19
20
21
22
23
# The bug #1008609 test cause. 
# The bug consist in crashing the server when it is launched with both
# "--userstat=1" and "--bootstrap" parameters.
#
# Just start with --userstat=1 --bootstrap. If the server doesn't crash the
# test is passed.

let $MYSQLD_BOOTSTRAP_CMD= $MYSQLD_BOOTSTRAP_CMD
  --default-storage-engine=MyISAM
  --userstat=on;

--write_file $MYSQLTEST_VARDIR/tmp/percona_bug1008609.sql
SELECT 1;
EOF

exec
  $MYSQLD_BOOTSTRAP_CMD < $MYSQLTEST_VARDIR/tmp/percona_bug1008609.sql >> 
    $MYSQLTEST_VARDIR/tmp/percona_bug1008609.log 2>&1;

--remove_file $MYSQLTEST_VARDIR/tmp/percona_bug1008609.sql
--remove_file $MYSQLTEST_VARDIR/tmp/percona_bug1008609.log

--echo OK