Skip to content

Commit 64d9b82

Browse files
committed
Tests: TRT-related results [#305]
1 parent 4f38657 commit 64d9b82

37 files changed

+146
-28
lines changed

mysql-test/r/1st.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ time_zone_leap_second
3636
time_zone_name
3737
time_zone_transition
3838
time_zone_transition_type
39+
transaction_registry
3940
user
4041
vtmd_template

mysql-test/r/connect.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ time_zone_leap_second
3232
time_zone_name
3333
time_zone_transition
3434
time_zone_transition_type
35+
transaction_registry
3536
user
3637
vtmd_template
3738
connect con2,localhost,root,,test;
@@ -80,6 +81,7 @@ time_zone_leap_second
8081
time_zone_name
8182
time_zone_transition
8283
time_zone_transition_type
84+
transaction_registry
8385
user
8486
vtmd_template
8587
connect con4,localhost,test,gambling,test;
@@ -140,6 +142,7 @@ time_zone_leap_second
140142
time_zone_name
141143
time_zone_transition
142144
time_zone_transition_type
145+
transaction_registry
143146
user
144147
vtmd_template
145148
connect con6,localhost,test,gambling3,test;

mysql-test/r/ctype_upgrade.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ mysql.time_zone_leap_second OK
257257
mysql.time_zone_name OK
258258
mysql.time_zone_transition OK
259259
mysql.time_zone_transition_type OK
260+
mysql.transaction_registry OK
260261
mysql.user OK
261262
mysql.vtmd_template OK
262263
Phase 2/7: Installing used storage engines... Skipped
@@ -316,6 +317,7 @@ mysql.time_zone_leap_second OK
316317
mysql.time_zone_name OK
317318
mysql.time_zone_transition OK
318319
mysql.time_zone_transition_type OK
320+
mysql.transaction_registry OK
319321
mysql.user OK
320322
mysql.vtmd_template OK
321323
Phase 2/7: Installing used storage engines... Skipped

mysql-test/r/derived_view.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,6 +2312,8 @@ Warning 1286 Unknown storage engine 'InnoDB'
23122312
Warning 1286 Unknown storage engine 'InnoDB'
23132313
Warning 1286 Unknown storage engine 'InnoDB'
23142314
Warning 1286 Unknown storage engine 'InnoDB'
2315+
Warning 1286 Unknown storage engine 'InnoDB'
2316+
Warning 1286 Unknown storage engine 'InnoDB'
23152317
DROP TABLE t1;
23162318
SET SESSION optimizer_switch= @save_optimizer_switch;
23172319
#

mysql-test/r/information_schema.result

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ time_zone_leap_second
121121
time_zone_name
122122
time_zone_transition
123123
time_zone_transition_type
124+
transaction_registry
124125
user
125126
v1
126127
vtmd_template
@@ -146,6 +147,7 @@ time_zone_leap_second time_zone_leap_second
146147
time_zone_name time_zone_name
147148
time_zone_transition time_zone_transition
148149
time_zone_transition_type time_zone_transition_type
150+
transaction_registry transaction_registry
149151
select c,table_name from v1
150152
left join information_schema.TABLES v2 on (v1.c=v2.table_name)
151153
where v1.c like "t%";
@@ -168,6 +170,7 @@ time_zone_leap_second time_zone_leap_second
168170
time_zone_name time_zone_name
169171
time_zone_transition time_zone_transition
170172
time_zone_transition_type time_zone_transition_type
173+
transaction_registry transaction_registry
171174
select c, v2.table_name from v1
172175
right join information_schema.TABLES v2 on (v1.c=v2.table_name)
173176
where v1.c like "t%";
@@ -190,6 +193,7 @@ time_zone_leap_second time_zone_leap_second
190193
time_zone_name time_zone_name
191194
time_zone_transition time_zone_transition
192195
time_zone_transition_type time_zone_transition_type
196+
transaction_registry transaction_registry
193197
select table_name from information_schema.TABLES
194198
where table_schema = "mysqltest" and table_name like "t%";
195199
table_name

mysql-test/r/information_schema_all_engines.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,4 @@ Wildcard: inf_rmation_schema
454454
SELECT table_schema, count(*) FROM information_schema.TABLES WHERE table_schema IN ('mysql', 'INFORMATION_SCHEMA', 'test', 'mysqltest') GROUP BY TABLE_SCHEMA;
455455
table_schema count(*)
456456
information_schema 64
457-
mysql31
457+
mysql32

mysql-test/r/join.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ Warnings:
763763
Warning 1286 Unknown storage engine 'InnoDB'
764764
Warning 1286 Unknown storage engine 'InnoDB'
765765
Warning 1286 Unknown storage engine 'InnoDB'
766+
Warning 1286 Unknown storage engine 'InnoDB'
766767
drop table t1;
767768
drop table t2;
768769
drop table t3;

mysql-test/r/log_tables_upgrade.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mysql.time_zone_leap_second OK
4242
mysql.time_zone_name OK
4343
mysql.time_zone_transition OK
4444
mysql.time_zone_transition_type OK
45+
mysql.transaction_registry OK
4546
mysql.user OK
4647
mysql.vtmd_template OK
4748
Phase 2/7: Installing used storage engines... Skipped

mysql-test/r/mysql_upgrade-6984.result

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ mysql.time_zone_leap_second OK
3333
mysql.time_zone_name OK
3434
mysql.time_zone_transition OK
3535
mysql.time_zone_transition_type OK
36+
mysql.transaction_registry
37+
Error : Unknown storage engine 'InnoDB'
38+
error : Corrupt
3639
mysql.user OK
3740
mysql.vtmd_template
3841
Error : Unknown storage engine 'InnoDB'
@@ -45,6 +48,9 @@ error : Corrupt
4548
mysql.innodb_table_stats
4649
Error : Unknown storage engine 'InnoDB'
4750
error : Corrupt
51+
mysql.transaction_registry
52+
Error : Unknown storage engine 'InnoDB'
53+
error : Corrupt
4854
mysql.vtmd_template
4955
Error : Unknown storage engine 'InnoDB'
5056
error : Corrupt

mysql-test/r/mysql_upgrade.result

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ mysql.time_zone_leap_second OK
3030
mysql.time_zone_name OK
3131
mysql.time_zone_transition OK
3232
mysql.time_zone_transition_type OK
33+
mysql.transaction_registry OK
3334
mysql.user OK
3435
mysql.vtmd_template OK
3536
Phase 2/7: Installing used storage engines... Skipped
@@ -79,6 +80,7 @@ mysql.time_zone_leap_second OK
7980
mysql.time_zone_name OK
8081
mysql.time_zone_transition OK
8182
mysql.time_zone_transition_type OK
83+
mysql.transaction_registry OK
8284
mysql.user OK
8385
mysql.vtmd_template OK
8486
Phase 2/7: Installing used storage engines... Skipped
@@ -128,6 +130,7 @@ mysql.time_zone_leap_second OK
128130
mysql.time_zone_name OK
129131
mysql.time_zone_transition OK
130132
mysql.time_zone_transition_type OK
133+
mysql.transaction_registry OK
131134
mysql.user OK
132135
mysql.vtmd_template OK
133136
Phase 2/7: Installing used storage engines... Skipped
@@ -182,6 +185,7 @@ mysql.time_zone_leap_second OK
182185
mysql.time_zone_name OK
183186
mysql.time_zone_transition OK
184187
mysql.time_zone_transition_type OK
188+
mysql.transaction_registry OK
185189
mysql.user OK
186190
mysql.vtmd_template OK
187191
Phase 2/7: Installing used storage engines... Skipped
@@ -237,6 +241,7 @@ mysql.time_zone_leap_second OK
237241
mysql.time_zone_name OK
238242
mysql.time_zone_transition OK
239243
mysql.time_zone_transition_type OK
244+
mysql.transaction_registry OK
240245
mysql.user OK
241246
mysql.vtmd_template OK
242247
Phase 2/7: Installing used storage engines... Skipped
@@ -295,6 +300,7 @@ mysql.time_zone_leap_second OK
295300
mysql.time_zone_name OK
296301
mysql.time_zone_transition OK
297302
mysql.time_zone_transition_type OK
303+
mysql.transaction_registry OK
298304
mysql.user OK
299305
mysql.vtmd_template OK
300306
Phase 2/7: Installing used storage engines... Skipped
@@ -348,6 +354,7 @@ mysql.time_zone_leap_second OK
348354
mysql.time_zone_name OK
349355
mysql.time_zone_transition OK
350356
mysql.time_zone_transition_type OK
357+
mysql.transaction_registry OK
351358
mysql.user OK
352359
mysql.vtmd_template OK
353360
Phase 2/7: Installing used storage engines... Skipped
@@ -393,6 +400,7 @@ mysql.time_zone_leap_second OK
393400
mysql.time_zone_name OK
394401
mysql.time_zone_transition OK
395402
mysql.time_zone_transition_type OK
403+
mysql.transaction_registry OK
396404
mysql.user OK
397405
mysql.vtmd_template OK
398406
Phase 2/7: Installing used storage engines... Skipped
@@ -459,6 +467,7 @@ mysql.time_zone_leap_second OK
459467
mysql.time_zone_name OK
460468
mysql.time_zone_transition OK
461469
mysql.time_zone_transition_type OK
470+
mysql.transaction_registry OK
462471
mysql.user OK
463472
mysql.vtmd_template OK
464473
Phase 2/7: Installing used storage engines... Skipped
@@ -542,6 +551,7 @@ mysql.time_zone_leap_second OK
542551
mysql.time_zone_name OK
543552
mysql.time_zone_transition OK
544553
mysql.time_zone_transition_type OK
554+
mysql.transaction_registry OK
545555
mysql.user OK
546556
mysql.vtmd_template OK
547557
Phase 2/7: Installing used storage engines... Skipped
@@ -562,7 +572,7 @@ OK
562572
# Should return 2
563573
SELECT count(*) FROM information_schema.tables where ENGINE="InnoDB";
564574
count(*)
565-
3
575+
4
566576
SHOW CREATE TABLE test.t1;
567577
Table Create Table
568578
t1 CREATE TABLE `t1` (

0 commit comments

Comments
 (0)