Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread MARK CALLAGHAN
Define "we", or even define "MariaDB"? I am confused. At this point mariadb.org looks like a collection of links to #2 and #3 below: 1) mariadb.org / foundation 2) mariadb.com / skysql 3) askmonty.org On Tue, Sep 24, 2013 at 1:31 PM, Colin Charles wrote: > Hi Kristian, > > On 18 Sep 2013, at 01

Re: [Maria-developers] [Spatial] On current implementation approach

2013-09-24 Thread Mateusz Loskot
On 24 September 2013 19:28, Roberto Spadim wrote: > Here (mariadb lists) ideas are wellcome (at least some ideas that i > posted was accepted or discussed) and patchs are *very* wellcome Roberto, Good to know. I will use JIRA if I ever have anything relevant. > [...] > I like how mariadb team w

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Michael Felt
Congratulations on a notable milestone in any case! On Tue, Sep 24, 2013 at 11:19 PM, Roberto Spadim wrote: > Hi Colin! =) > No problems :) thanks for the free space > > Yes I read that Enterprise and didn't understood yet, maybe it's > something about galera cluster? well don't need to answer,

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Roberto Spadim
Hi Colin! =) No problems :) thanks for the free space Yes I read that Enterprise and didn't understood yet, maybe it's something about galera cluster? well don't need to answer, i will wait :) Well i really like MariaDB and yes i will talk everything that i consider important even bad things :)

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Colin Charles
Hi Roberto, On 25 Sep 2013, at 04:51, Roberto Spadim wrote: > please, if mariadb got enterprise version, don't call it "mariadb > enterprise" like mysql did, create another name... > some users could tell "mariadb enterprise version is good, but mariadb > community version isn't.", that happens

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Roberto Spadim
please, if mariadb got enterprise version, don't call it "mariadb enterprise" like mysql did, create another name... some users could tell "mariadb enterprise version is good, but mariadb community version isn't.", that happens to mysql here in Brazil at least about numbers, i don't think it's a pr

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Colin Charles
Hi Mark, On 18 Sep 2013, at 03:57, MARK CALLAGHAN wrote: > I am with Kristian. > > If you want non-company people to contribute then you need to make clear the > boundaries between .com and .org. We all want the .com efforts to succeed but > source code, docs, KB and download counts all seem

Re: [Maria-developers] [All] MariaDB's best (download) month ever

2013-09-24 Thread Colin Charles
Hi Kristian, On 18 Sep 2013, at 01:26, Kristian Nielsen wrote: > Colin Charles writes: > >> It's 17.09 today, and we've hit 50,160 total downloads (this number is >> considered company-internal, we don't share this number externally). > > "company-internal"? What have you been smoking? Colin,

Re: [Maria-developers] [Spatial] On current implementation approach

2013-09-24 Thread Roberto Spadim
Hi Mateusz! Well i have many to say but not as a mariadb team, but as a mariadb user, 'hobby' developer, and a DBA and app developer with problems hehe =) Nice to know about geos and postgis devel skills!!! I think there's a big space where you could help mariadb =] Here (mariadb lists) ideas ar

Re: [Maria-developers] Questions re MDEV-4736 and MDEV-4739 (was Re: Spider's installation sql file)

2013-09-24 Thread kentoku
Hi Sergey, > The above should have been fixed back in the beginning of 2012. Which MariaDB revision are you testing with? It's same as lp:~kentokushiba/maria/10.0.4-spider-3.0. By the way, I found a problem point in Spider. Currently it is fixed and pushed. And I can't reproduce assertion failure.

Re: [Maria-developers] Review of base64.diff and german2.diff

2013-09-24 Thread Michael Widenius
Hi! > "Alexander" == Alexander Barkov writes: Alexander> http://en.wikipedia.org/wiki/Base64 Alexander> I believe the modern base64 is associated with: Alexander> - Char for index 62 = "+" Alexander> - Char for index 63 = "-" Alexander> - Pad character = "mandatory" Alexander> Look at t

Re: [Maria-developers] Questions re MDEV-4736 and MDEV-4739 (was Re: Spider's installation sql file)

2013-09-24 Thread Sergey Vojtovich
Hi Kentoku, On Thu, Sep 19, 2013 at 11:47:33PM +0900, kentoku wrote: > Hi Sergey, > > > I'm afraid fixing rnd_end() callers in the server may stall for a long > time. > O.K. No need to fix it if it is not easy. This request is not high priority > request. > > > Is it accaptable for spider to use

Re: [Maria-developers] Galera-10.0 still does not work with rollbacks

2013-09-24 Thread Kristian Nielsen
Ok, so I analysed things and found something. The direct cause of the assert is that reinit_io_cache() fails, as seen in the logs: reinit_io_cache: enter: cache: 0x3cee63b0 type: 2 seek_offset: 0 clear_cache: 0 my_b_flush_io_cache: enter: cache: 0x3cee63b0 my_seek: my: fd: 58 Pos: 1193612851828

Re: [Maria-developers] [Spatial] On current implementation approach

2013-09-24 Thread Mateusz Loskot
On 24 September 2013 04:17, Roberto Spadim wrote: > 2013/9/23 Mateusz Loskot >> On 23 September 2013 22:10, Alexey Botchkov wrote: >> >> >> >> 1. Is it possible to implement MariaDB extensions like Spatial (custom >> >> type + set of functions) without such a tight coupling with the >> >> intern

Re: [Maria-developers] [Spatial] On current implementation approach

2013-09-24 Thread Mateusz Loskot
On 24 September 2013 02:49, Roberto Spadim wrote: > 2013/9/23 Mateusz Loskot >> >> I'm going to ask question about how the current Spatial Extensions are >> implemented. >> I have spent some time reading the source code in the current trunk >> (spatial.h|cc, gcal*.h|cc, related Field and Item def

Re: [Maria-developers] Galera-10.0 still does not work with rollbacks

2013-09-24 Thread Kristian Nielsen
Jan Lindström writes: > Full unedited log using --valgrind and --mysqld=--debug=+d at location: > https:/ > /www.dropbox.com/s/dcufp7l1cch8dfs/mysql.err.gz Ok, thanks. Hm, this log looks different from what I am used to seeing when I use mysql-test-run.pl --debug. From looking at the mysql-tes