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 @@
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
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
Hi,
I'm having issues with replication breaking on one machine (Linux, x64)
but continuing normal on the other (Solaris).
Both run MySQL 5.0.18-standard.
The only difference betweenn the configuration of teh two is the setting
of sql_notes and sql_warnings.
I want to find out if that causes the