Skip to content

Commit 8ff9e9d

Browse files
committed
Merge branch 'mysql-8.0' into mysql-trunk
Change-Id: Ica51ee2cec4d34cec2cfeefe0b3b2922ba43da0f
2 parents f896275 + f113a62 commit 8ff9e9d

File tree

9 files changed

+286
-541
lines changed

9 files changed

+286
-541
lines changed

mysql-test/suite/ndb/r/ndb_addnode.result

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,27 @@ insert into t10 values (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6),(7,7
5656
"Table t1 Partition info"
5757
TABLE_INFO
5858
PartitionCount: 8
59+
select count(0) as row_count from t1;
60+
row_count
61+
10000
5962
"Table t2 Partition info"
6063
TABLE_INFO
6164
PartitionCount: 8
65+
select count(0) as row_count from t2;
66+
row_count
67+
10000
6268
"Table t5 Partition info"
6369
TABLE_INFO
6470
PartitionCount: 8
71+
select count(0) as row_count from t5;
72+
row_count
73+
10000
6574
"Table t6 Partition info"
6675
TABLE_INFO
6776
PartitionCount: 8
77+
select count(0) as row_count from t6;
78+
row_count
79+
10000
6880
"Table t6 blob dat Partition info"
6981
TABLE_INFO
7082
PartitionCount: 8
@@ -388,9 +400,15 @@ test/def/t10 Unique hash index 37 4 4 15
388400
"Table t1 Partition info"
389401
TABLE_INFO
390402
PartitionCount: 16
403+
select count(0) as row_count from t1;
404+
row_count
405+
10000
391406
"Table t2 Partition info"
392407
TABLE_INFO
393408
PartitionCount: 16
409+
select count(0) as row_count from t2;
410+
row_count
411+
10000
394412
"Table t3 Partition info"
395413
TABLE_INFO
396414
PartitionCount: 16
@@ -400,6 +418,9 @@ PartitionCount: 16
400418
"Table t5 Partition info"
401419
TABLE_INFO
402420
PartitionCount: 16
421+
select count(0) as row_count from t5;
422+
row_count
423+
10000
403424
select count(0) as row_count from t6;
404425
row_count
405426
10000

0 commit comments

Comments
 (0)