RE: replication problem

2002-09-24 Thread David Piasecki
problem has 2 gigs. This being the only difference, I can only guess that it is the source of the problem. The table is very large that I am dealing with - the physical size is just over 1 gig. My only guess would be perhaps it is trying to do a CREATE TABLE before the DROP completes. David

replication problem

2002-09-23 Thread David Piasecki
the logs is the table which it attempts to create already exists, therefore from that point on the replication stops. We can't understand why suddenly the DROP TABLE doesn't get replicated. Does anyone have any experience with such a problem? Thanks. Davi

RE: MySQL InnoDB startup problem

2002-05-22 Thread David Piasecki
o smoothly. David Piasecki Software Engineer -Original Message- From: Heikki Tuuri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:45 PM To: [EMAIL PROTECTED] Subject: Re: MySQL InnoDB startup problem David, did you upgrade from a very old version of MySQL to .49? The sortin

MySQL InnoDB startup problem

2002-05-21 Thread David Piasecki
any experience with this sort of problem? Thanks. David Piasecki Software Engineer - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To re

insert...select across multiple databases

2002-03-18 Thread David Piasecki
db1.table1 WHERE date < (predefined date); Is something like this possible, or am I barking up the wrong tree? Thanks. David Piasecki - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://l

RE: replication issue

2002-02-12 Thread David Piasecki
ble - each contains approximately 20 columns, one auto-increment field, and one index. Hoping someone has some insight into this matter... BTW, both servers are on the same private network, literally being right next to each other, so I know it's not a network issue.

RE: Determining day of year

2002-02-01 Thread David Piasecki
RTFM... http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html #Date_and_time_functions SELECT DATE_FORMAT(datefield,'%j') FROM table .... David Piasecki Software Engineer Netvolution.com, Inc. http://www.netvolution.com 548 South Spring Street, Suite 814, Los

server problems and CPU usage issues

2002-01-28 Thread David Piasecki
either a hardware or operating system problem. The server has been rebooted numerous times with the same end result. Has anyone else had similar problems? Any ideas? David Piasecki - Before posting, please check: http

RE: Forcing Table Types

2001-12-28 Thread David Piasecki
Run the following query: SHOW VARIABLES LIKE 'have_%'; You should see something like this: +---+---+ | Variable_name | Value | +---+---+ | have_bdb | NO| | have_gemini | NO| | have_innodb | YES | | have_isam | YES | | have_raid | NO