summaryrefslogtreecommitdiffstats
path: root/storage/example/mysql-test/mtr/t/self.test
blob: 6afa109d48a49b6d7ec17147265e88e0f53ed232 (plain)
1
2
3
4
5
6
7
8
#
# A test that includes itself. But really it includes the
# self.test from the parent suite, not itself.
#
let $a=1;
source self.test;
let $a=2;
source self.test;