Re: InnoDB and RAW Device and autoextend question

2007-08-30 Thread Heikki Tuuri
there any way to specifiy the autoextend option (...::autoextend) when using Innodb with raw devices for the Shared Tablespace ? sorry, no. We think of the partition as a chunk of storage. It does not extend. Thanks in advance for your help, Mariella Regards, Heikki -- MySQL General

InnoDB and RAW Device and autoextend question

2007-08-29 Thread Mariella Petrini
autoextend option (...::autoextend) when using Innodb with raw devices for the Shared Tablespace ? Thanks in advance for your help, Mariella Need a vacation? Get great deals to amazing places on Yahoo! Travel

Re: InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Paul DuBois
com/doc/refman/5.0/en/adding-and-removing.html Yeah I've been reading that. It says that if we have an autoextend file ( which we do ), then it's current size ( around 500MB now ) will be the limit for all subsequent autoextend files. I'd like to be able to set a limit of 1 Tha

Re: InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Daniel Kasak
tml Yeah I've been reading that. It says that if we have an autoextend file ( which we do ), then it's current size ( around 500MB now ) will be the limit for all subsequent autoextend files. I'd like to be able to set a limit of 1 That's not how I read it. How did you draw

Re: InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Paul DuBois
reading that. It says that if we have an autoextend file ( which we do ), then it's current size ( around 500MB now ) will be the limit for all subsequent autoextend files. I'd like to be able to set a limit of 1 That's not how I read it. How did you draw this conclusion? or

Re: InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Daniel Kasak
ant several data files (mainly because performance) you need to add them in the my.cnf following the instructions in: 14.2.7. Adding and Removing InnoDB Data and Log Files http://dev.mysql.com/doc/refman/5.0/en/adding-and-removing.html Yeah I've been reading that. It says that if we have an autoext

Re: InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Carlos Proal
Daniel, innodb data files keep growing as needed, it even be of 20Gb or more. If you want several data files (mainly because performance) you need to add them in the my.cnf following the instructions in: 14.2.7. Adding and Removing InnoDB Data and Log Files http://dev.mysql.com/doc/refman/5.0/en/

InnoDB: What happens when a single AUTOEXTEND file goes past 2GB?

2006-12-03 Thread Daniel Kasak
Hi all. I'm about to import a LOT of data ( 20 GB ) into some InnoDB tables. At the moment, I have: innodb_data_file_path = ibdata1:10M:autoextend in my /etc/mysql/my.cnf The ibdata1 file is 499MB at the moment. What happens when this goes past 2GB? Do I automatically get allocated another,

Re: 'Autoextend' datafile - Mysql-Max-4.1.14 - Linux

2005-10-27 Thread Jigal van Hemert
Tom Brown wrote: hmm i'm not entirely sure i fancy adding another data file on the fly - Can you give me a brief run down about how you would go about this? My collegue the sysadmin usually takes care of keeping the databases happy. But AFAIK it's a matter of modifying the setting in the .cnf fi

Re: 'Autoextend' datafile - Mysql-Max-4.1.14 - Linux

2005-10-26 Thread Tom Brown
The short answer: no. http://dev.mysql.com/doc/refman/4.1/en/innodb-configuration.html states: " The autoextend attribute and those following can be used only for the last data file in the innodb_data_file_path line. autoextend is available starting from MySQL 3.23.50 and 4.0.2. "

Re: 'Autoextend' datafile - Mysql-Max-4.1.14 - Linux

2005-10-25 Thread Jigal van Hemert
From: "Tom Brown" <[EMAIL PROTECTED]> (...) > starting at say 1GB and then 'extending' to 25GB. So is it possible for > all datafiles, rather than just the last one, be 'autoextending' The short answer: no. http://dev.mysql.com/doc/refman/4.1/en/innodb-c

'Autoextend' datafile - Mysql-Max-4.1.14 - Linux

2005-10-25 Thread Tom Brown
Hi I need to have a single db that will have in excess of 100gb of data in it - For this i will need to create more that 1 datafile as the max file size of linux would be exceeded in this scenerio. On Oracle you can say that a datafile is x mb in size and it can autoextend to be x mb - Is

Re: Mysql: check Innodb autoextend

2003-08-17 Thread Paul DuBois
At 16:29 +0300 8/17/03, Dmitry Kosoy wrote: Hi, Is there any possibility to check existing of autoextend option for InnoDB ? I mean by any sql command and not by searching in my.ini file ? If you mean you want to find out the setting of the innodb_data_file_path variable, you can use this

Mysql: check Innodb autoextend

2003-08-17 Thread Dmitry Kosoy
Hi, Is there any possibility to check existing of autoextend option for InnoDB ? I mean by any sql command and not by searching in my.ini file ? Regards, Dmitry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

RE: AUTOEXTEND

2003-07-08 Thread Heikki Tuuri
t; Regards, Heikki .... Subject: RE: AUTOEXTEND From: Subhakar Burri Date: Tue, 8 Jul 2003 10:10:26 -0700 Hi, sorry to keep this thread going ... I'm sending you the output of my results ... I don't see the autoextend string in my output. I'm using 3.23.5

RE: AUTOEXTEND

2003-07-08 Thread Subhakar Burri
Hi, sorry to keep this thread going ... I'm sending you the output of my results ... I don't see the autoextend string in my output. I'm using 3.23.56 I have the following entry in my .cnf file: innodb_data_file_path=innodb_data01:5M;innodb_data02:5M:autoextend:max:10M And t

Re: AUTOEXTEND

2003-07-08 Thread Heikki Tuuri
: "Subhakar Burri" <[EMAIL PROTECTED]> To: "Heikki Tuuri" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 1:22 AM Subject: RE: AUTOEXTEND Hi, I tried SHOW VARIABLES LIKE '%innodb%'; but I couldn't find any variables that show i

Re: AUTOEXTEND

2003-07-07 Thread Nils Valentin
; -Original Message- > From: Heikki Tuuri [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003 2:24 PM > To: [EMAIL PROTECTED] > Subject: Re: AUTOEXTEND > > > Subhakar, > > - Original Message - > From: ""Subhakar Burri"" <[EMAIL

RE: AUTOEXTEND

2003-07-07 Thread Subhakar Burri
s_priv table in mysql database, but of no use. Any idea where MYSQL stores the status information inside the database? Thankx in advance, SB -Original Message- From: Heikki Tuuri [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 2:24 PM To: [EMAIL PROTECTED] Subject: Re: AUTOEX

Re: AUTOEXTEND

2003-07-07 Thread Heikki Tuuri
Subhakar, - Original Message - From: ""Subhakar Burri"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Monday, July 07, 2003 11:52 PM Subject: AUTOEXTEND > Sorry to post the same question again .. last time when I sent I = > received a

AUTOEXTEND

2003-07-07 Thread Subhakar Burri
Sorry to post the same question again .. last time when I sent I received a couple of mails with some error messages .. so, not sure if my question was posted ... Here we go again .. Hi, I have a couple of questions, and really appreciate your help ... How can I find out if a data file is set

AUTOEXTEND

2003-07-07 Thread Subhakar Burri
Hi, I have a couple of questions, and really appreciate your help ... How can I find out if a data file is set to auto-extend without looking in my.cnf file? ie.. is there any variable that stores this information inside a database that I can query? I need the table_name & table_type of all th

re: autoextend on innoDB tables RESOLVED

2002-12-10 Thread anders . nygard
>What version of MySQL do you use? autoextend is supported since >3.23.50 and 4.0.2 Ahaa, I am using 3.23.49 (came with rh7.3). Close but no cigar :) -- &ers - Anders Nygård --

re: autoextend on innoDB tables

2002-12-09 Thread Victoria Reznichenko
s an syntax error if I removed 'autoextend' it works adnaxsds> but I really want the autoextend capability. What version of MySQL do you use? autoextend is supported since 3.23.50 and 4.0.2 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This em

autoextend on innoDB tables

2002-12-06 Thread anders . nygard
Hello. In an attempt to use innoDB tables I added this to my 'my.cnf': innodb_data_home_dir = innodb_data_file_path = /var/mysql/admin/ibdata1:100M:autoextend mysqld claimed this was an syntax error if I removed 'autoextend' it works but I really want the autoextend capa

Re: Autoextend

2002-10-16 Thread Paul DuBois
At 13:33 -0300 10/16/02, Silmara wrote: >- Original Message - >From: Paul DuBois <[EMAIL PROTECTED]> >To: Silmara <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Wednesday, October 16, 2002 12:16 PM >Subject: Re: Autoextend > > >> At 12:08

Re: Autoextend

2002-10-16 Thread Silmara
- Original Message - From: Peter Brawley <[EMAIL PROTECTED]> To: Silmara <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 12:18 PM Subject: Re: Autoextend > 1. "inoodb" should be "innodb". Ok. I typed wrong in the e-

Re: Autoextend

2002-10-16 Thread Silmara
- Original Message - From: Paul DuBois <[EMAIL PROTECTED]> To: Silmara <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 12:16 PM Subject: Re: Autoextend > At 12:08 -0300 10/16/02, Silmara wrote: > >How can I create a autoextend dat

re: Autoextend

2002-10-16 Thread Victoria Reznichenko
Silmara, Wednesday, October 16, 2002, 6:08:18 PM, you wrote: S> I tried using the following configuration: S> inoodb_data_file_path=date_d1:100M:autoextend ^ innodb_data_file_path S> But the MySQL don't started. S> What's wrong? What error did you get? Check error logs. --

Re: Autoextend

2002-10-16 Thread Paul DuBois
At 12:08 -0300 10/16/02, Silmara wrote: >How can I create a autoextend database? > >I tried using the following configuration: > >inoodb_data_file_path=date_d1:100M:autoextend I assume you mean innodb_... and not innnodb_... ? > >But the MySQL don't started. >

Re: Autoextend

2002-10-16 Thread Peter Brawley
1. "inoodb" should be "innodb". 2. Does the directory named in innodb_data_home_dir exist? 3. Does the file date_d1 already exist? PB - - Original Message - From: "Silmara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Oc

Autoextend

2002-10-16 Thread Silmara
How can I create a autoextend database? I tried using the following configuration: inoodb_data_file_path=date_d1:100M:autoextend But the MySQL don't started. What's wrong? - Before posting, please chec

Re: InnoDB autoextend question

2002-09-09 Thread Heikki Tuuri
message: .. Subject: InnoDB autoextend question From: Duane Winner Date: Mon, 9 Sep 2002 10:30:21 -0700 Hello all, I'm hoping someone can confirm this for me. We're using InnoDB, but when I set it up originally, I just specified the size of the data file: innodb_data_file_path

InnoDB autoextend question

2002-09-09 Thread Duane Winner
Hello all, I'm hoping someone can confirm this for me. We're using InnoDB, but when I set it up originally, I just specified the size of the data file: innodb_data_file_path = ibdata1:1000M Being new to it and all at the time, I wasn't aware of the autoextend capability. Bu

Re: inoodb autoextend problem, solaris 2.7, 4.0.1-alpha-max

2002-06-18 Thread Victoria Reznichenko
Anthony, Monday, June 17, 2002, 5:13:23 PM, you wrote: ARJB> I am trying to play with innodb tables in 4.0.1-alpha-max on ARJB> Solaris 2.7, but I am having a problem with setting up an ARJB> autoextend tablespace... as soon as I put :autoextend at the ARJB> end of my innodb_da

Re: autoextend in 3.23.51 rpm not accepted

2002-06-14 Thread Egor Egorov
Nico, Friday, June 14, 2002, 1:05:13 PM, you wrote: NS> Hi, I just installed mysql-max 3.23.51, hoping to use innodb autoextend feature, but mysql dies when run with the following row in my.cnf: NS> innodb_data_file_path = ibdata1:512M:autoextend;ibdata2:256M:autoextend; NS> compl

autoextend in 3.23.51 rpm not accepted

2002-06-14 Thread Nico Sabbi
Hi, I just installed mysql-max 3.23.51, hoping to use innodb autoextend feature, but mysql dies when run with the following row in my.cnf: innodb_data_file_path = ibdata1:512M:autoextend;ibdata2:256M:autoextend; complaining of an unrecognized option. Thanks, Nico

Re: MySQL-InnoDB autoextend syntax gives errors

2002-05-23 Thread Arjen Lentz
s the error output from mysqld: > "InnoDB: syntax error in innodb_data_file_path > 020523 16:34:24 Can't init databases" > > When I remove ":autoextend" from my.cnf then the database comes up and the > new datafile is added but it's not autoextensible. I

MySQL-InnoDB autoextend syntax gives errors

2002-05-23 Thread Orr, Steve
0523 16:34:24 Can't init databases" When I remove ":autoextend" from my.cnf then the database comes up and the new datafile is added but it's not autoextensible. Is there a documentation error on the autoextend syntax? AtDhVaAnNkCsE, Steve Orr --

Re: Mysq[-Max] 3.23.50, .51 with autoextend.... where are they?

2002-04-25 Thread Victoria Reznichenko
JW, Wednesday, April 24, 2002, 11:49:17 PM, you wrote: J> At various places on the MySQL web site there's mention of 3.23.50 and 3.23.51, and the new autoextend feature. J> However, the most recent on the download page is 3.23.49a. J> Was .50/.51 not released because of bugs or

Re: Mysq[-Max] 3.23.50, .51 with autoextend.... where are they?

2002-04-24 Thread Jeremy Zawodny
On Wed, Apr 24, 2002 at 03:49:17PM -0500, JW wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hey, > > At various places on the MySQL web site there's mention of 3.23.50 > and 3.23.51, and the new autoextend feature. > > However, the most recent

Mysq[-Max] 3.23.50, .51 with autoextend.... where are they?

2002-04-24 Thread JW
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, At various places on the MySQL web site there's mention of 3.23.50 and 3.23.51, and the new autoextend feature. However, the most recent on the download page is 3.23.49a. Was .50/.51 not released because of bugs or some