Converting MyISAM to InnoDB

2010-02-08 Thread Steve Staples
Hello again! I am trying to convert my tables to InnoDB, and i am getting an error... Error: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key Now, I converted a table in my sandbox earlier this morning to do some testing, and it worked fine...

RE: Converting MyISAM to InnoDB

2010-02-08 Thread Gavin Towey
. Regards, Gavin Towey -Original Message- From: Steve Staples [mailto:sstap...@mnsi.net] Sent: Monday, February 08, 2010 9:39 AM To: mysql@lists.mysql.com Subject: Converting MyISAM to InnoDB Hello again! I am trying to convert my tables to InnoDB, and i am getting an error... Error: 1075

Re: Major problem converting MyISAM to InnoDB

2004-03-06 Thread Cliff
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:16 AM Subject: Re: Major problem converting MyISAM to InnoDB Cliff wrote: I think I may have gotten closer to the root of the problem. It seems that the field named 'comments' is the one that crashes the server when

Re: Major problem converting MyISAM to InnoDB

2004-03-05 Thread Heikki Tuuri
Discussion« Previous MessageNext Message » From: Cliff Date: March 5 2004 8:12am Subject: Re: Major problem converting MyISAM to InnoDB I think I may have gotten closer to the root of the problem. It seems that the field named 'comments' is the one that crashes the server when it is selected. Here

Re: Major problem converting MyISAM to InnoDB

2004-03-05 Thread Sasha Pachev
Cliff wrote: I think I may have gotten closer to the root of the problem. It seems that the field named 'comments' is the one that crashes the server when it is selected. Here is the output of the logs when I do 'select comments from allusa': 040304 23:14:52 mysqld restarted 040304 23:14:53

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Heikki Tuuri
tables Register now for the 2004 MySQL Users Conference! http://www.mysql.com/events/uc2004/index.html - Original Message - From: Sasha Pachev [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Thursday, March 04, 2004 7:18 AM Subject: Re: Major problem converting MyISAM to InnoDB

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Cliff
: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 04, 2004 12:36 AM Subject: Re: Major problem converting MyISAM to InnoDB Cliff, please run CHECK TABLE ... on your table and look if mysqld prints anything to the .err log. Send the WHOLE .err log to me. What is your

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Martijn Tonies
Hi, I ran CHECK TABLE with the EXTENDED option on the table and it reports everything ok: mysql check table allusa extended; +---+---+--+--+ | Table | Op| Msg_type | Msg_text | +---+---+--+--+ | bb.allusa | check | status

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Heikki Tuuri
Cliff, - Original Message - From: Cliff [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Thursday, March 04, 2004 7:07 PM Subject: Re: Major problem converting MyISAM to InnoDB Hi, I ran CHECK TABLE with the EXTENDED option on the table and it reports everything ok

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Cliff
- Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 04, 2004 1:24 PM Subject: Re: Major problem converting MyISAM to InnoDB Cliff, - Original Message - From: Cliff [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent

Re: Major problem converting MyISAM to InnoDB

2004-03-04 Thread Cliff
to InnoDB Cliff, - Original Message - From: Cliff [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Thursday, March 04, 2004 7:07 PM Subject: Re: Major problem converting MyISAM to InnoDB Hi, I ran CHECK TABLE with the EXTENDED option on the table and it reports

Major problem converting MyISAM to InnoDB

2004-03-03 Thread Cliff
Recently I tried to convert our largest table from MyISAM to InnoDB. During the process I believe there was a problem where something was corrupt along the way. It was stupid, but I did not verify that our backup system was working correctly, since I assumed it had been running as usual. It was

Re: Major problem converting MyISAM to InnoDB

2004-03-03 Thread Sasha Pachev
Cliff wrote: Recently I tried to convert our largest table from MyISAM to InnoDB. During the process I believe there was a problem where something was corrupt along the way. It was stupid, but I did not verify that our backup system was working correctly, since I assumed it had been running as

Re: Converting MyISAM to InnoDB type.

2004-01-03 Thread Matt W
: Saturday, January 03, 2004 5:38 PM Subject: Re: Converting MyISAM to InnoDB type. If you change the Type=MyISAM to Type=InnoDB and execute the create query, what message do you get? Hi you all .. again This is the error message I get if I try to create this table in InnoDB

Re: Converting MyISAM to InnoDB type.

2004-01-03 Thread Fred
Hi Matt and thank you very much Now I get the point I'll have to decide if I maintain these two tables in MyISAM or if I drop the AUTO_INCREMENT and change the source-code in Delphi. It's clear now that the problem is the lack of support of InnoDB. Thanks for your help and regards,

Re: Converting MyISAM to InnoDB type.

2004-01-03 Thread Matt W
Subject: Re: Converting MyISAM to InnoDB type. Hi Matt and thank you very much Now I get the point I'll have to decide if I maintain these two tables in MyISAM or if I drop the AUTO_INCREMENT and change the source-code in Delphi. It's clear now that the problem is the lack of support

Re: Converting MyISAM to InnoDB type.

2004-01-03 Thread Fred
Hi Matt. Thanks a lot again ! It worked pretty good. There is no problem about the app, because the use of the indexes is in charge of the DBMS (MySQL). The app doesn't know about the tables and indexes details. Best Regards, Fred. Hi Fred, Also, you may be able to swap the order

Re: Converting MyISAM to InnoDB

2002-03-13 Thread Heikki Tuuri
://www.innodb.com for the online manual and latest news on InnoDB -Original Message- From: ImpactNET - Edgar R Gutierrez [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Date: Wednesday, March 13, 2002 9:25 AM Subject: Converting MyISAM to InnoDB Hello, We are currently in the process

Re: Converting MyISAM to InnoDB

2002-03-13 Thread ImpactNET - Edgar R Gutierrez
) is ~ 150MB - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: ImpactNET - Edgar R Gutierrez [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 9:15 PM Subject: Re: Converting MyISAM to InnoDB Hi! You should add a new data file as explained in section 5

Re: Converting MyISAM to InnoDB

2002-03-13 Thread ImpactNET - Edgar R Gutierrez
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 8:08 AM Subject: Re: Converting MyISAM to InnoDB Hi there, I just created an InnoDB table mirroring the schema of the original table... But, I am getting the following... mysql insert into NEW_TABLE select * from

Converting MyISAM to InnoDB

2002-03-12 Thread ImpactNET - Edgar R Gutierrez
Hello, We are currently in the process of converting our MyISAM tables to InnoDB to make our tables transaction safe. Unfortunately, I am getting the following error on one of the tables... mysql alter table SUBSCRIBERS type = InnoDB; ERROR 1114: The table '#sql-fcc_1' is full mysql What