View | Details | Raw Unified | Return to bug 149748
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 152-158 Link Here
152
	@${ECHO} "	BUILD_STATIC=yes	Build a static version of mysqld."
152
	@${ECHO} "	BUILD_STATIC=yes	Build a static version of mysqld."
153
	@${ECHO} "				(use it if you need even more speed)."
153
	@${ECHO} "				(use it if you need even more speed)."
154
	@${ECHO} "	WITHOUT_THR_ALARM=yes	Disable signals (this reduces kernel lock"
154
	@${ECHO} "	WITHOUT_THR_ALARM=yes	Disable signals (this reduces kernel lock"
155
	@${ECHO} "				contention on SMP, but has the side effect
155
	@${ECHO} "				contention on SMP, but has the side effect"
156
	@${ECHO} "				that you can't kill clients that are sleeping)."
156
	@${ECHO} "				that you can't kill clients that are sleeping)."
157
	@${ECHO} "	WITHOUT_INNODB=yes	Disable support for InnoDB table handler."
157
	@${ECHO} "	WITHOUT_INNODB=yes	Disable support for InnoDB table handler."
158
	@${ECHO} "	WITH_ARCHIVE=yes	Enable support for Archive Storage Engine."
158
	@${ECHO} "	WITH_ARCHIVE=yes	Enable support for Archive Storage Engine."

Return to bug 149748