Suggestion to an improvement of mysql ver. 3.23.37

2002-02-12 Thread Michael Schnick
Hello, I just had a glance at your log-rotation file, and I think I might tell you about a possible improvement: In the file "mysql-log-rotate" I came across the following test case: if test -n "`ps acx|grep mysqld`"; then /usr/bin/mysqladmin flush-logs fi I th

Suggestion to an improvement of mysql ver. 3.23.37

2002-02-07 Thread Michael Schnick
Hello, I just had a glance at your log-rotation file, and I think I might tell you about a possible improvement: In the file "mysql-log-rotate" I came across the following test case: if test -n "`ps acx|grep mysqld`"; then /usr/bin/mysqladmin flush-logs fi I th