bonjour,

Le mercredi 04 ao�t 2004, Ralf Becker a �crit...


> In the MaxDB documentation I read I can switch it to a kind of cyclic 
> overwrite. Unfortunaly I find no documentation how to set the Log Mode. 

with dbmcli, I think you can do:

db_admin
util_connect
util_execute SET LOG AUTO OVERWRITE ON
util_release

or turn off logs with:

db_admin
util_connect
util_execute SET LOG WRITER OFF
util_release

-- 
jm


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to