[MDEV-5085] Dynamic columns require inclusion of my_sys.h and my_global.h Created: 2013-10-01 Updated: 2013-10-24 Resolved: 2013-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.6 |
| Fix Version/s: | 10.0.5 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Georg Richter | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
all |
||
| Description |
|
Dynamic columns (ma_dyncol.h) uses structs DYNAMIC_STRING and LEX_STRING) which are included via my_sys.h and my_global.h. How to fix:
|
| Comments |
| Comment by Anders Karlsson [ 2013-10-01 ] |
|
If autotolls is used by the application program, then as my_global.h is currently forced to be included, we have a clash here as many defines, such as PACKAGE etc, are generated by autotools, but are also defined in my_config.h which in turn is included by my_global.h. |
| Comment by Oleksandr Byelkin [ 2013-10-07 ] |
|
committed for review |