You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#20075406 TEMPLATE-BASED QUEUE/HEAP IN BOUNDED_QUEUE
Our QUEUE implementation should be replaced by a templatized C++ version.
Templatized heaps are
- type safe
- easier to read/maintain
- faster
Some changed results for queries doing 'ORDER BY CHAR(0) NOT NULL limit N'
Copy file name to clipboardExpand all lines: mysql-test/r/select_all.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4791,7 +4791,7 @@ Warnings:
4791
4791
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_all_bka.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4792,7 +4792,7 @@ Warnings:
4792
4792
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_all_bka_nixbnl.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4792,7 +4792,7 @@ Warnings:
4792
4792
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_icp_mrr.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4791,7 +4791,7 @@ Warnings:
4791
4791
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_icp_mrr_bka.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4792,7 +4792,7 @@ Warnings:
4792
4792
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_icp_mrr_bka_nixbnl.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4792,7 +4792,7 @@ Warnings:
4792
4792
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_none.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4790,7 +4790,7 @@ Warnings:
4790
4790
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_none_bka.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4791,7 +4791,7 @@ Warnings:
4791
4791
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
Copy file name to clipboardExpand all lines: mysql-test/r/select_none_bka_nixbnl.result
+1-1
Original file line number
Diff line number
Diff line change
@@ -4791,7 +4791,7 @@ Warnings:
4791
4791
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c` from `test`.`t1` order by `test`.`t1`.`a`,`test`.`t1`.`b` limit 5
0 commit comments