FreeBSD Bugzilla – Attachment 118392 Details for
Bug 160630
[PATCH] databases/mysql55-server Add WITH_COLLATION and WITH_CHARSET
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql55-server.diff
mysql55-server.diff (text/plain), 557 bytes, created by
nbari
on 2011-09-10 16:40:03 UTC
(
hide
)
Description:
mysql55-server.diff
Filename:
MIME Type:
Creator:
nbari
Created:
2011-09-10 16:40:03 UTC
Size:
557 bytes
patch
obsolete
>diff -urN mysql55-server-old/Makefile mysql55-server/Makefile >--- mysql55-server-old/Makefile 2011-09-10 14:38:44.000000000 +0000 >+++ mysql55-server/Makefile 2011-09-10 15:16:00.000000000 +0000 >@@ -53,6 +53,12 @@ > .if defined(WITH_FASTMTX) > CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1 > .endif >+.if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" >+CMAKE_ARGS+= -DDEFAULT_CHARSET=${WITH_CHARSET} >+.endif >+.if defined(WITH_COLLATION) && ${WITH_COLLATION} != "" >+CMAKE_ARGS+= -DDEFAULT_COLLATION=${WITH_COLLATION} >+.endif > > # MySQL-Server part > .if !defined(CLIENT_ONLY)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160630
: 118392