1 |
Statistics about stdout of test 'disallow_duplicate_column_aliases.Bug-6723` in directory 'sql/test/BugTracker-2019`: |
1 |
|
1 |
Statistics about stdout of test 'disallow_duplicate_column_aliases.Bug-6723` in directory 'sql/test/BugTracker-2019`: |
1 |
2 |
2 lines, 9 words, 113 chars in lines not matching '^$|^(\| |)#|^=` |
2 |
! |
2 |
21 lines, 114 words, 479 chars in lines not matching '^$|^(\| |)#|^=` |
2 |
3 |
= 2 lines, 9 words, 113 chars in lines not matching '^$|^(\| |)#` |
3 |
! |
3 |
= 21 lines, 114 words, 479 chars in lines not matching '^$|^(\| |)#` |
3 |
4 |
# 31 lines, 146 words, 1297 chars in all lines |
4 |
! |
4 |
# 56 lines, 291 words, 1647 chars in all lines |
4 |
5 |
|
5 |
|
5 |
|
5 |
25 |
|
25 |
|
24 |
|
24 |
26 |
Ready. |
26 |
! |
25 |
# 12:03:05 > |
25 |
27 |
|
27 |
! |
26 |
# 12:03:05 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=LAB03" "--port=31767" |
26 |
28 |
# 13:22:43 > |
28 |
! |
27 |
# 12:03:05 > |
27 |
29 |
# 13:22:43 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-15745" "--port=33477" |
29 |
! |
28 |
|
28 |
30 |
# 13:22:43 > |
30 |
! |
29 |
#select 1 as T, 2 as T; |
29 |
31 |
|
31 |
! |
30 |
% ., . # table_name |
30 |
32 |
|
32 |
! |
31 |
# .L2, .L4 # table_name |
31 |
33 |
# 13:22:43 > |
33 |
! |
32 |
% t, t # name |
32 |
34 |
# 13:22:43 > "Done." |
34 |
! |
33 |
% tinyint, tinyint # type |
33 |
35 |
# 13:22:43 > |
35 |
! |
34 |
% 1, 1 # length |
34 |
|
|
|
+ |
35 |
[ 1, 2 ] |
35 |
|
|
|
+ |
36 |
#with wa as (select 1 as T, 2 as T) select wa.* from wa; |
36 |
|
|
|
+ |
37 |
% .wa, .wa # table_name |
37 |
|
|
|
+ |
38 |
% t, t # name |
38 |
|
|
|
+ |
39 |
% tinyint, tinyint # type |
39 |
|
|
|
+ |
40 |
% 1, 1 # length |
40 |
|
|
|
+ |
41 |
[ 1, 1 ] |
41 |
|
|
|
+ |
42 |
#select 1,2,3 as "L2"; |
42 |
|
|
|
+ |
43 |
% ., ., . # table_name |
43 |
|
|
|
+ |
44 |
# .L2, .L4, .L6 # table_name |
44 |
|
|
|
+ |
45 |
% L, L, L # name |
45 |
|
|
|
+ |
46 |
# L2, L4, L2 # name |
46 |
|
|
|
+ |
47 |
% tinyint, tinyint, tinyint # type |
47 |
|
|
|
+ |
48 |
% 1, 1, 1 # length |
48 |
|
|
|
+ |
49 |
[ 1, 2, 3 ] |
49 |
|
|
|
+ |
50 |
#with wa as (select 1,2,3 as "L2") select wa.* from wa; |
50 |
|
|
|
+ |
51 |
% .wa, .wa, .wa # table_name |
51 |
|
|
|
+ |
52 |
% L, L, L # name |
52 |
|
|
|
+ |
53 |
# L2, L4, L2 # name |
53 |
|
|
|
+ |
54 |
% tinyint, tinyint, tinyint # type |
54 |
|
|
|
+ |
55 |
% 1, 1, 1 # length |
55 |
|
|
|
+ |
56 |
[ 1, 2, 1 ] |
56 |
|
|
|
+ |
57 |
|
57 |
|
|
|
+ |
58 |
# 12:03:05 > |
58 |
|
|
|
+ |
59 |
# 12:03:05 > "Done." |
59 |
|
|
|
+ |
60 |
# 12:03:05 > |
60 |
36 |
|
36 |
|
61 |
|
61 |