RE: Question about Innodb

2013-02-04 Thread Rick James
Meta info about the tables is stored in ibdata1. Hence, it is not possible to copy just the .ibd file to another database or machine. 5.6.x will remedy this with some export/import commands that do not involve reading/writing the rows individually. (Ditto for moving partitions.) (Sorry, I do

Re: Question about innodb, ibdata1

2005-10-11 Thread Heikki Tuuri
Fredrik, - Original Message - From: "Fredrik Carlsson" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, October 10, 2005 9:57 PM Subject: Question about innodb, ibdata1 Hi, I'm using InnoDB with tablespaces for almost all tables. The last few week the file ibdat

Re: Question about InnoDB and external locking

2003-09-11 Thread Heikki Tuuri
"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Friday, September 12, 2003 3:33 AM Subject: RE: Question about InnoDB and external locking > At this point it is pure academic curiousity. I am putting together a cheap > cluster to play with shared drive failov

RE: Question about InnoDB and external locking

2003-09-11 Thread Mike Hillyer
ilto:[EMAIL PROTECTED] Behalf Of Jeremy Zawodny > Sent: Thursday, September 11, 2003 5:17 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Jeremy Zawodny > Subject: Re: Question about InnoDB and external locking > > > On Thu, Sep 11, 2003 at 03:41:21PM -0700, [EMAIL PROT

Re: Question about InnoDB and external locking

2003-09-11 Thread Jeremy Zawodny
On Thu, Sep 11, 2003 at 03:41:21PM -0700, [EMAIL PROTECTED] wrote: > > Ok, here's another question. Given effective external locking by the OS, could > MyISAM tables achieve this? Yes. > If so, do you know any operating systems that would have reliable > external locking? I'm not sure what the

Re: Question about InnoDB and external locking

2003-09-11 Thread mhillyer
Ok, here's another question. Given effective external locking by the OS, could MyISAM tables achieve this? If so, do you know any operating systems that would have reliable external locking? Mike Quoting Jeremy Zawodny <[EMAIL PROTECTED]>: > On Wed, Sep 10, 2003 at 06:00:55PM -0600, Mike Hilly

Re: Question about InnoDB and external locking

2003-09-11 Thread Jeremy Zawodny
On Wed, Sep 10, 2003 at 06:00:55PM -0600, Mike Hillyer wrote: > Hi All; > > First of all, I think this will probably be a question for Heikki. > > If I remember correctly, InnoDB and the MySQL external locking flag are > unrelated as InnoDB tables are unaffected by external locks. > > Now the qu