[MDEV-21286] bison warnings on ubuntu 20.04 on deprecated directive in sql_yacc.yy Created: 2019-12-10 Updated: 2021-09-22 Resolved: 2021-09-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Parser |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.5.13, 10.6.5, 10.7.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Bychko (Inactive) | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | not-10.6 | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
|
| Comments |
| Comment by Daniel Black [ 2021-03-24 ] |
|
cvicentiu in https://github.com/MariaDB/server/commit/cf2e494bbb9b07f5847fd64cbb9029045c39236f bb-10.6-refactor-limit has snuck a test in through testing with the code change: sql_yacc.yy: While some buildbots are failing compiling due to issues unrelated to this one, and indeed bb-10.6-refactor-limit, all of them have passed the stage of bison running. So it might actually be almost time to do this. Give |
| Comment by Daniel Black [ 2021-03-27 ] |
|
Notes from another project on bison availability across platforms: |
| Comment by Anel Husakovic [ 2021-09-13 ] |
|
Hi wlad can you please review the patch https://github.com/MariaDB/server/commit/5f210c381826dafea5012431784866d16240122b |
| Comment by Anel Husakovic [ 2021-09-22 ] |
|
Pushed to 10.5 the commit edabb12509fa5a8c. |