Commit 2387c91b authored by Daniel Black's avatar Daniel Black Committed by Otto Kekäläinen

MDEV-5725: Don't install private mysql header files

Previously private/*.h where included in the package. These represent internal
mysqld structures that aren't guarenteed to provide a stable ABI.

There aren't intended to be used by embedded mysqld applications so
they have been removed.
Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
parent 691214ae
usr/bin/mysql_config
usr/include/mariadb
usr/include/mysql/*
usr/include/mysql/*.h
usr/include/mysql/psi/*.h
usr/lib/*/libmariadb.so
usr/lib/*/libmariadbclient.a
usr/lib/*/libmysqlservices.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment