Skip to content

Commit 106664f

Browse files
committed
MDEV-11162 Assertion `num_records == m_idx_array.size()' failed in Filesort_buffer::alloc_sort_buffer(uint, uint)
Updating result for the group_by_innodb.test
1 parent 822fb79 commit 106664f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/r/group_by_innodb.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ id xtext optionen
123123
2 number 22,25
124124
1 select Kabel mit Stecker 5-polig,Kabel ohne Stecker
125125
DROP TABLE t1, t2;
126+
#
127+
# MDEV-11162: Assertion `num_records == m_idx_array.size()' failed in Filesort_buffer::alloc_sort_buffer(uint, uint)
128+
#
126129
CREATE TABLE t1 (i INT) ENGINE=InnoDB;
127130
SELECT ( SELECT DISTINCT GROUP_CONCAT(SLEEP(0)) FROM t1 GROUP BY i );
128131
( SELECT DISTINCT GROUP_CONCAT(SLEEP(0)) FROM t1 GROUP BY i )

0 commit comments

Comments
 (0)