Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.3
-
Windows 10 Pro 1607 x64, 128GB RAM, i7 6800k MariaDB 10.2.3 Beta
Description
Lead Function is returning incorrect results for larger test table. Logs and example are attached. Expected results are as follows.
+------+---------+
|
| id | next_id |
|
+------+---------+
|
| 1 | 2 |
|
| 2 | 3 |
|
| 3 | 4 |
|
| 4 | 5 |
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
| 9 | 10 |
|
| 10 | 11 |
|
+------+---------+
|