[MDEV-8853] sql_common.h uses hash.h Created: 2015-09-26 Updated: 2015-09-30 Resolved: 2015-09-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.0.21-galera |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Pankov | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | libmysqlclient | ||
| Description |
|
Custom software (libmysqlclient) which uses sql_common.h definitions could not include sql_common.h because include hash.h is not taken to MariaDB-devel package. Here is an example program which does not compile:
This program does not compile with the following error:
Please, add hash.h file in new release. |
| Comments |
| Comment by Elena Stepanova [ 2015-09-30 ] |
|
It is installed in /usr/include/mysql/private. If it is not, please specify your distribution and packages you are using. |