From ac6ca062fc21a9e17e3c5bdd8b55378743bf8af8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 21 Mar 2005 14:08:18 +0000 Subject: [PATCH] - Tell users about new WITH_COLLATION knob Requested by: ale (maintainer) --- databases/mysql41-server/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 9256a0d31c8a..1ce5007581ac 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -132,6 +132,7 @@ pre-fetch: @${ECHO} "" @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." + @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." @${ECHO} " WITH_OPENSSL=yes Enable secure connections." @${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library." @${ECHO} " WITH_PROC_SCOPE_PTH=yes Use process scope threads"