On Sunday 06 January 2008 21:05:36 you wrote: > Eric Bollengier wrote: > > I have reproduced the problem in a console session > > > > wait_timeout and interactive_timeout are session variables, so > > i think that we can set them during the batch mode initialization. > > If setting them to 0 doesn't work, maybe try -1?
This is not an "official" value for this variable, so i my patch, i set them to 8 days (this can be change). Bye > It seems to work for me: > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 8199 > Server version: 5.0.45-5-log (Debian) > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > mysql> set wait_timeout=-1; > Query OK, 0 rows affected (0.00 sec) > > mysql> set interactive_timeout=-1; > Query OK, 0 rows affected (0.00 sec) > > > Greetings, > Michel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
