We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822fb79 commit 106664fCopy full SHA for 106664f
mysql-test/r/group_by_innodb.result
@@ -123,6 +123,9 @@ id xtext optionen
123
2 number 22,25
124
1 select Kabel mit Stecker 5-polig,Kabel ohne Stecker
125
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
129
CREATE TABLE t1 (i INT) ENGINE=InnoDB;
130
SELECT ( SELECT DISTINCT GROUP_CONCAT(SLEEP(0)) FROM t1 GROUP BY i );
131
( SELECT DISTINCT GROUP_CONCAT(SLEEP(0)) FROM t1 GROUP BY i )
0 commit comments