Help with a crash

2010-01-22 Thread Proemial
Running 5.1.34 on XP Box has been working for form some time, however last night it asserted out. I've attached the log output, below. I've taken the query, that is listed, and run it without any trouble -- its only issue being that it could use some rewriting. I'd greatly appreciate any help

Help with Timestamp invalid value error

2009-09-04 Thread Proemial
I run a process which loads a series of timestamped data into a table. I use the TIMESTAMP column. I have a single value with a timestamp of '2008-03-9 2:56:34.737' which fails on insert with 'incorrect datetime'. Days before, and after work. Hours later in the day work. I thought it might

Fwd: Help with Timestamp invalid value error

2009-09-04 Thread Proemial
: Proemial proem...@gmail.com Sent: Friday, September 04, 2009 2:27 PM To: mysql@lists.mysql.com Subject: Help with Timestamp invalid value error I run a process which loads a series of timestamped data into a table.  I  use the TIMESTAMP column. I have a single value with a timestamp of '2008-03

Re: Fwd: Help with Timestamp invalid value error

2009-09-04 Thread Proemial
Administrator (CMDBA) Certified MySQL 5 Developer Cognos BI Developer --- Sent from HP IPAQ mobile device. -Original Message- From: Proemial proem...@gmail.com Sent: Friday, September 04, 2009 3:39 PM To: mysql@lists.mysql.com Subject: Fwd: Help with Timestamp

Problems with auto_increment updating when (i think) it shouldn't

2009-08-07 Thread Proemial
Hey folks. I'm getting some weird behaviour out of Auto_increment. If I enter a attempt to INSERT a row into a table with a UNIQUE index, where the insert would violate uniqueness of existing data, I'm seeing the auto_increment increase even though the insert fails. The server in question is

Re: Problems with auto_increment updating when (i think) it shouldn't

2009-08-07 Thread Proemial
'. On Fri, Aug 7, 2009 at 8:55 AM, Proemial proem...@gmail.com wrote: Hey folks.  I'm getting some weird behaviour out of Auto_increment. If I enter a attempt to INSERT a row into a table with a UNIQUE index, where the insert would violate uniqueness of existing data, I'm seeing

Replication problems: slave fails to update

2009-06-02 Thread Proemial
I'm trying to resolve a frustrating replication problem with my databases. The master contains a number of schema, only using Innodb tables. Updates happen regularly, usually using bulk inserts of the form INSERT ... ON DUPLICATE UPDATE. Data is mostly numbers. The missing queries contain no