From f08535b82a5a461e2f6ac83ff7031170702857b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 18 Aug 2004 23:36:05 +0000 Subject: [PATCH] - add explanation about /var/lib/mysql/mysql.sock to avoid mistakes in future Changed files: mysql.spec -> 1.228 --- mysql.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql.spec b/mysql.spec index 84e4d6f..7de42e0 100644 --- a/mysql.spec +++ b/mysql.spec @@ -391,6 +391,10 @@ CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" --without-docs # --with-mysqlfs +# NOTE that /var/lib/mysql/mysql.sock is symlink to real sock file +# (it defaults to first cluster but user may change it to whatever +# cluster it wants) + echo -e "all:\ninstall:\nclean:\nlink_sources:\n" > libmysqld/examples/Makefile %{__make} benchdir=$RPM_BUILD_ROOT%{_datadir}/sql-bench -- 2.44.0