]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- add explanation about /var/lib/mysql/mysql.sock to avoid mistakes in future
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Aug 2004 23:36:05 +0000 (23:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.228

mysql.spec

index 84e4d6fd2ce6093bb0b8db120bb60581c4d434f3..7de42e0a021b622161163af996c2b76b8463f1f7 100644 (file)
@@ -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
This page took 0.026968 seconds and 4 git commands to generate.