Re: my_raid_seek assertion failed in mysqld log

2003-04-04 Thread David Garamond
David Garamond wrote: On Fri, Apr 04, 2003 at 01:22:39PM +0700, David Garamond wrote: i found this on my server log: mysqld-max: raid.cc:160: my_off_t my_raid_seek(int, long long unsigned int, int, int): Assertion `pos != (~(my_off_t) 0)' failed. and then mysqld shuts down. i start it again but

Re: my_raid_seek assertion failed in mysqld log

2003-04-04 Thread David Garamond
Jeremy Zawodny wrote: On Fri, Apr 04, 2003 at 01:22:39PM +0700, David Garamond wrote: i found this on my server log: mysqld-max: raid.cc:160: my_off_t my_raid_seek(int, long long unsigned int, int, int): Assertion `pos != (~(my_off_t) 0)' failed. and then mysqld shuts down. i start it again but

Re: my_raid_seek assertion failed in mysqld log

2003-04-03 Thread Jeremy Zawodny
On Fri, Apr 04, 2003 at 01:22:39PM +0700, David Garamond wrote: > i found this on my server log: > > mysqld-max: raid.cc:160: my_off_t my_raid_seek(int, long long unsigned > int, int, int): Assertion `pos != (~(my_off_t) 0)' failed. > > and then mysqld shuts down. i start it again but after a sh

my_raid_seek assertion failed in mysqld log

2003-04-03 Thread David Garamond
i found this on my server log: mysqld-max: raid.cc:160: my_off_t my_raid_seek(int, long long unsigned int, int, int): Assertion `pos != (~(my_off_t) 0)' failed. and then mysqld shuts down. i start it again but after a short while the same error appears and mysqld stops again. what does this ind