RE: How to set 'sql_warnings' in the config file

2007-12-20 Thread Martijn van den Burg
Of Baron Schwartz > Sent: Thursday, December 20, 2007 15:50 PM > To: Martijn van den Burg > Cc: mysql@lists.mysql.com > Subject: Re: How to set 'sql_warnings' in the config file > > That is not a mysqld option, it's a session variable: > > mysql> select @@

Re: How to set 'sql_warnings' in the config file

2007-12-20 Thread Baron Schwartz
t; > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Baron Schwartz > > Sent: Thursday, December 20, 2007 15:50 PM > > To: Martijn van den Burg > > Cc: mysql@lists.mysql.com > > Subject: Re: How to set &#

Re: How to set 'sql_warnings' in the config file

2007-12-20 Thread Baron Schwartz
That is not a mysqld option, it's a session variable: mysql> select @@global.sql_warnings; ERROR 1238 (HY000): Variable 'sql_warnings' is a SESSION variable On Dec 20, 2007 9:14 AM, Martijn van den Burg <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having issues with replication breaking on one machin