[MDEV-17967] Add a solution of the 8 queens problem to the regression test for CTE Created: 2018-12-10 Updated: 2018-12-12 Resolved: 2018-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - CTE |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The solution of the problem as it has been published here https://rosettacode.org/wiki/N-queens_problem#SQL does not work properly for MariaDB due to certain incompatibility of MariaDB SQL and SQL Standard. The solution should be adjusted for MariaDB properly and |