|
Lines 878-884
mysql-multilib-r1_pkg_config() {
Link Here
|
| 878 |
|
878 |
|
| 879 |
# Fix bug 446200. Don't reference host my.cnf, needs to come first, |
879 |
# Fix bug 446200. Don't reference host my.cnf, needs to come first, |
| 880 |
# see http://bugs.mysql.com/bug.php?id=31312 |
880 |
# see http://bugs.mysql.com/bug.php?id=31312 |
| 881 |
use prefix && options="${options} '--defaults-file=${MY_SYSCONFDIR}/my.cnf'" |
881 |
use prefix && options="${options} --defaults-file=${MY_SYSCONFDIR}/my.cnf" |
| 882 |
|
882 |
|
| 883 |
local help_tables="${ROOT}${MY_SHAREDSTATEDIR}/fill_help_tables.sql" |
883 |
local help_tables="${ROOT}${MY_SHAREDSTATEDIR}/fill_help_tables.sql" |
| 884 |
[[ -r "${help_tables}" ]] \ |
884 |
[[ -r "${help_tables}" ]] \ |