In the last episode (Jun 20), Prem Soman said:
> that was very useful for me. can these UDF's provide a better way to
> access the sever specific information such as the date and number of
> times the server was restarted

The server does not know how many times it has been restarted.  You can
easily enough write a wrapper script that keeps count, though.  As for
the date, just call gettimeofday() or time() from C, or SELECT NOW()
from MySQL.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to