~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
select 0;
0
0
flush status;
select 1;
1
1
select 2;
Got one of the listed errors
select 3;
3
3
select 1;
1
1
select 2;
Got one of the listed errors
select 3;
3
3