Maria Engine and AMD and 5.1.23 binary version

2008-02-14 Thread Mariella Petrini
Hi All, Is there any plan to release a binary version for mysql-5.1.23-maria-alpha for Linux 64 for AMD ? Thanks in advance for your help, Mariella Looking for last minute shopping deals? Find them f

Re: Maria Engine and AMD and 5.1.23 binary version

2008-02-14 Thread Mariella Petrini
Hi, Do you know an approximate date ? Thanks, Mariella --- Sergei Golubchik <[EMAIL PROTECTED]> wrote: > Hi! > > On Feb 14, Mariella Petrini wrote: > > Hi All, > > > > Is there any plan to release a binary version for > > mysql-5.1.23-mari

Re: MySQL 5.1.23-rc compiled and max open files

2008-02-14 Thread Mariella Petrini
Hi ALL, I have compiled MySLQ 5.1.23-rc for Linux 64bit ./configure CC=gcc CFLAGS="-DBIG_JOINS=1 -O3" CXX=g++ CXXFLAGS="-DBIG_JOINS=1 -felide-constructors -fno-exceptions -fno-rtti -O3" --prefix=/app/mysql-5.1.23-rc --localstatedir=/app/mysql-5.1.23-rc/data --libexecdir=/app/mysql-5.1.23-rc/bin -

5.1.24-rc and partitioning and add, drop partitions and select

2008-05-12 Thread Mariella Petrini
Hi ALL, I have been using 5.1.24-rc and partitioning by range. I have noticed that while doing a set of SELECT statements on one of the partitions (e.g. p1) and at the same time doing an ALTER TABLE with drop or add a different partition (e.g. ALTER TABLE DROP or ADD PARTITION p10) all the sele

Re: 5.1.24-rc and partitioning and add, drop partitions and select

2008-05-12 Thread Mariella Petrini
performed as soon as the partitioning operation has completed Is that true also for the InnoDB storage engine ? What does "Reads from such tables are relatively unaffected;" implies, please ? Thanks, Mariella --- Mariella Petrini <[EMAIL PROTECTED]> wrote: > Hi ALL, >

MySQL 5.1.29 and OPTIMIZE

2008-11-10 Thread Mariella Petrini
Hi All, I have used MySQL 5.1.29 and I would like to ask a question related to InnoDB and row_format=COMPACT and OPTIMIZE Why when trying to run OPTMIZE on InnoDB table with row_format=compact it displays "Table does not support optimize, doing recreate + analyze instead" ? +-

Porting MySQL 5.0.x and 5.1.x on Linux IA64: Compiling options and errors

2007-01-09 Thread Mariella Petrini
Dear All, I am trying to compile MySQL 5.0.27 and 5.1.14 on a shared memory processors system with 128 processors IA-64 Itanium-2. I have downloaded the binary version of MySQL-max 5.0.27 Linux IA64 and I have installed and configured it with no problems. I need to install also the MySQ

Fwd: Re: MySQL 5.0.x and 5.1.x Compiling options and settings on Linux IA64: one more question: ./bin/mysqladmin: connect to server at 'localhost' failed

2007-01-17 Thread Mariella Petrini
Hi, After having compiled (debug and optimized version) of MySQL 5.1.14 on Itanium-2 using icc, I have run mysql_install_db --user=... and started mysqld_safe in both scenarios (debug and optimized). In both cases mysqld starts without any errors. Unfortunaly when

InnoDB and raw devices and DRBD question

2007-05-22 Thread Mariella Petrini
Hi ALL, I would like to use INNODB with raw devices for tablespace in the innodb_data_file_path both on MySQL 5.0.x and MySQL 5.1.x. Is it possible to use DRBD (Distributed Raw Block Device) with InnoDB and raw devices. If yes, which are the constraints ? Thanks in advance for your hel

When will partitioning be included in the MySQl stable release ?

2007-06-07 Thread Mariella Petrini
Dear All, I would like to know if there are short time plans (and eventually when approximately it will be) to include partitioning in the next MySQL stable release. Thanks in advance for your help. I look forward to hearing from you, Mariella - You s

Question related to MySQL and Threads and "Context_voluntary"

2007-07-19 Thread Mariella Petrini
Hi, I have been working with MySQL 5.1.20 (64 bits compiled on Mac OS for MacPro Intel Xeon Quad-Core qith 2 processors and 8GB of RAM) and MySQL 5.0.41 (32 bits). While running some of the select statements (independently of the storage engine used, either InnoDB or MyISAM) I have noticed that

Question, please: How to fix TABLE LOCK table and lock mode AUTO-INC waiting ?

2007-07-19 Thread Mariella Petrini
Hi, I have been using 5.0.32 MySQL on Debian. Everything worked properly. DRBD has been added and configure with MySQL and restarted. The tables used are InnoDB type and use auto_increment. After that during INSERTs and UPDATEs innodb started to roll back for table lock on AUTO_INC How could

Re: Question: How to fix TABLE LOCK table and lock mode AUTO-INC waiting ? one more question, please

2007-07-20 Thread Mariella Petrini
]> wrote: > Mariella, > > > Mariella Petrini wrote: > > Hi, > > > > > > I have been using 5.0.32 MySQL on Debian. > > Everything worked properly. > > DRBD has been added and configure with MySQL and > > restarted. > > The tables used are Inn

MySQL and writing RAMFS for tmp question

2007-07-25 Thread Mariella Petrini
Hi, Is there way with MySQL 5.0.45 on Linux Debian to specify tmpdir (in my.cnf) to a directory on a RAMFS filesystem. I have tried but MySQL did not even start (it generated an error saying that it could not write ) Thanks in advance for your help. I look forward to hearing from you, Marie

InnoDB and RAW Device and autoextend question

2007-08-29 Thread Mariella Petrini
Hi All, I have been using MySQL 5.1.x with InnoDB and Raw Devices. [mysqld] innodb_data_home_dir= innodb_data_file_path=/dev/hdd1:3Gnewraw;/dev/hdd2:2Gnewraw ... [mysqld] innodb_data_home_dir= innodb_data_file_path=/dev/hdd1:5Graw;/dev/hdd2:2Graw Is there any way to specifiy the autoexten

MySQL 6.0.2-alpha and Falcon and possible bug/problem

2007-09-07 Thread Mariella Petrini
Hi All, I have started using MySQL 6.0.2 with Falcon on Linux with Debian 4. I have compiled the source code for 64 bit executable. The system is an Intel 2 cpus 4 cores each, with 8 GB of RAM. I have started creating tables (without partitioning) whit engine type Falcon. After having created ap

Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

2007-09-08 Thread Mariella Petrini
I have re-run and job and I was able to repeat the problem. Find attached the mysql server error log with all the tarces. Could you please help ? Thanks, Mariella --- Mariella Petrini <[EMAIL PROTECTED]> wrote: > Hi All, > > > I have started using MySQL 6.0.2 with

Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

2007-09-08 Thread Mariella Petrini
n use file handle per table or not tough... -- Mathieu Bruneau aka ROunofF === GPG keys available @ http://rounoff.darktech.org Mariella Petrini a �crit : > I have re-run and job and I was able to repeat the > problem. > Find attached the mysql server error log with all the > tarc

Question related to MySQL 5.1.21 and enabling pbxt engine, please

2007-09-12 Thread Mariella Petrini
Hi All, I would like to be able to use MySQL 5.1.21 with the PBXT engine. I have compiled MySQL 5.1.21 64 bits on Debian 4.0 with linux 2.6 with the options specified in the README that comes with the PBXT source code. I have copied the binary of the pbxt library into the lib/mysql directory When

Re: Question related to MySQL 5.1.21 and enabling pbxt engine, please

2007-09-12 Thread Mariella Petrini
1.21-beta/sql' make: *** [all-recursive] Error 1 --- Vladimir Shebordaev <[EMAIL PROTECTED]> wrote: > Mariella, > > try to disable building static binaries, please > don't use > "--enable-static" configure option, you'd better use > > "--disa

Question related to INSERT statement into table1 and SELECT statement from table1 to populate a column field into table1

2007-09-12 Thread Mariella Petrini
Hi All, I have a table with a PRIMARY KEY on id field, whos evalue is populated usin auto_increment. CREATE TABLE `key` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `sid` smallint(4) unsigned NOT NULL DEFAULT '0', `email` varchar(128) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE K