Re: [Maria-discuss] Group Concat and Sub Query

2015-10-04 Thread Pantelis Theodosiou
Did you mean to write ORDER BY value ASC and ORDER BY value DESC in the subqueries? The "ORDER BY date" doesn't make sense in the subqueries as all the rows will have the same date, due to the "WHERE date=a.date" correlation. Pantelis On Sat, Oct 3, 2015 at 2:12 AM, Roberto Spadim

Re: [Maria-discuss] writing plugin with .net language (C#)

2015-10-04 Thread Guillaume Lefranc
Hi Roberto, you could have a try at it with Golang, it can wrap C code easily https://golang.org/cmd/cgo/ Best regards, Guillaume Lefranc RemoteDBA Services Manager - MariaDB Corporation Ab On Sun, Oct 4, 2015 at 3:26 AM, Roberto Spadim wrote: > hummm, it's like

Re: [Maria-discuss] Group Concat and Sub Query

2015-10-04 Thread Justin Swanhart
I think time is a separate field he orders on, he just mistyped the query. Sent from my iPhone > On Oct 4, 2015, at 1:20 AM, Pantelis Theodosiou wrote: > > Did you mean to write > > ORDER BY value ASC and ORDER BY value DESC > > in the subqueries? The "ORDER BY date"

Re: [Maria-discuss] writing plugin with .net language (C#)

2015-10-04 Thread Roberto Spadim
hummm very nice, i never tried to write a udf with go going back to daemond plugin, i'm with some doubts, i could make a daemond, i could make a information schema both are "easy" my doubt now is how to get data from daemond with information schema plugin, that's something that i don't know how

Re: [Maria-discuss] writing plugin with .net language (C#)

2015-10-04 Thread Nirbhay Choubey
Hello, On Sun, Oct 4, 2015 at 9:05 AM, Guillaume Lefranc < guillaume.lefr...@mariadb.com> wrote: > Hi Roberto, > > you could have a try at it with Golang, it can wrap C code easily > https://golang.org/cmd/cgo/ > > Though with Go1.5 its now possible, uninstalling the plugins still leads to