Re: [Maria-developers] accelerating CREATE TABLE

2013-02-04 Thread Toshikuni Fukaya
Hi Kristian, Toshikuni Fukaya writes: I want to know whether this patch is correct, and if so, could I ask you to merge this to Maria? Sorry that we have not had time to get back to you. There is a lot going on at the moment, but the whole point of MariaDB is to be a place where the communi

Re: [Maria-developers] mariadb-server not installable on Debian Testing AMD64

2013-02-04 Thread Elena Stepanova
Hi Thomas, The topmost reason for this kind of failure is usually an existing my.cnf file which contains option(s) not supported by the current version of the server, e.g. deprecated and removed. You mentioned that you purged everything mysql-ish, did it include all instances of my.cnf you co

Re: [Maria-developers] mariadb-server not installable on Debian Testing AMD64

2013-02-04 Thread Thomas Hackert
Hello Kristian, *, On Mon, Feb 04, 2013 at 10:27:59AM +0100, Kristian Nielsen wrote: > Thomas Hackert writes: > > > It seems, that it is a problem to try to stop a non-installed server > > before starting it, or am I wrong ;? > > It does not look like the problem is stopping the server. The erro

Re: [Maria-developers] InnoDB Compression

2013-02-04 Thread Sergei Petrunia
On Mon, Feb 04, 2013 at 03:32:19PM +, Gordan Bobic wrote: > I've just tried testing InnoDB page compression, and I'm sure > I must be doing something wrong because the disk space usage > in my database directory is the same before and after the > compression. > > To compress the tables I am usi

Re: [Maria-developers] InnoDB Compression

2013-02-04 Thread Gordan Bobic
On Mon, 04 Feb 2013 15:32:19 +, Gordan Bobic wrote: Hi, I've just tried testing InnoDB page compression, and I'm sure I must be doing something wrong because the disk space usage in my database directory is the same before and after the compression. To compress the tables I am using: ALTE

Re: [Maria-developers] [Commits] Rev 3657: MDEV-4127 : Export additional symbols when building RPM

2013-02-04 Thread Sergei Golubchik
Hi, Vladislav! On Feb 03, Vladislav Vaintroub wrote: > > Hi Sergei, > It is possible. > > However, unless it is done conditionally (e.g #ifdef > BUILD_MARIADB_AS_RPM), it is likely to break something (e.g odbc) on other > (Debian-style) Linuxes. Oh, I see... > 1. Introduce BUILD_MARIADB_AS

Re: [Maria-developers] Coverity scans of MariaDB source

2013-02-04 Thread Christian Convey
Hi Colin, Okay, thanks. I'll get on it. - Christian On Mon, Feb 4, 2013 at 11:00 AM, Colin Charles wrote: > Hi! > > On Mon Feb 04 2013, at 11:58, Christian Convey wrote: >> Coverity has a deal called Coverity Scan, where they offer free static >> analyses of open-source programs (http://scan.c

Re: [Maria-developers] Coverity scans of MariaDB source

2013-02-04 Thread Colin Charles
Hi! On Mon Feb 04 2013, at 11:58, Christian Convey wrote: > Coverity has a deal called Coverity Scan, where they offer free static > analyses of open-source programs (http://scan.coverity.com/). > > I've used Coverity Prevent at work, and I was pretty happy with the > analyses it performed. Is i

[Maria-developers] Coverity scans of MariaDB source

2013-02-04 Thread Christian Convey
Coverity has a deal called Coverity Scan, where they offer free static analyses of open-source programs (http://scan.coverity.com/). I've used Coverity Prevent at work, and I was pretty happy with the analyses it performed. Is it an intentional choice that MariaDB isn't making use of Coverity Sca

[Maria-developers] InnoDB Compression

2013-02-04 Thread Gordan Bobic
Hi, I've just tried testing InnoDB page compression, and I'm sure I must be doing something wrong because the disk space usage in my database directory is the same before and after the compression. To compress the tables I am using: ALTER TABLE $table ENGINE=InnoDB ROW_FORMAT=COMPRESSED KEY_BL

Re: [Maria-developers] accelerating CREATE TABLE

2013-02-04 Thread Kristian Nielsen
Toshikuni Fukaya writes: > I want to know whether this patch is correct, and if so, could I ask you > to merge this to Maria? Sorry that we have not had time to get back to you. There is a lot going on at the moment, but the whole point of MariaDB is to be a place where the community can work to

Re: [Maria-developers] mariadb-server not installable on Debian Testing AMD64

2013-02-04 Thread Kristian Nielsen
Thomas Hackert writes: > It seems, that it is a problem to try to stop a non-installed server > before starting it, or am I wrong ;? It does not look like the problem is stopping the server. The error is about a failure to *start* the server. > I had tested it a little bit further. My findings

Re: [Maria-developers] CMake vs. autotools on Linux?

2013-02-04 Thread Kristian Nielsen
Christian Convey writes: > This page is why I thought autotools are still being used: > https://kb.askmonty.org/en/what-tools-are-available-for-developing-on-the-mariadb-code/ > > Do you know to whose attention I should bring that out-dated page? You already brought it to attention at the right