Re: [Maria-discuss] mariasql client question (zappajs, coffeescript, nodejs)

2013-02-05 Thread klrumpf
Karl-L. Rumpf klru...@gmail.com Málaga, Spain Thanks, I got a conclusive answer from the author Brian White On 05/02/13 14:28, Kristian Nielsen wrote: klrumpf writes: I now want to switch to the mariasql client... Cool, that is an interesting project ... res.on("row", (row) ->

Re: [Maria-discuss] mariasql client question (zappajs, coffeescript, nodejs)

2013-02-05 Thread Kristian Nielsen
klrumpf writes: > I now want to switch to the mariasql client... Cool, that is an interesting project ... > res.on("row", (row) -> > console.log "Result row: " + inspect(row) > @get '/': (req,res) -> # LANDING PAGE) >result = doSql("select pakz from pkt where pktnr=10001") >

Re: [Maria-discuss] Files under /etc/my.cnf.d/ read by default

2013-02-05 Thread Honza Horak
This should have been posted better to maria-developers, probably, so re-sending.. On 02/05/2013 01:55 PM, Honza Horak wrote: Hi guys, while we were packaging MariaDB into Fedora (finally) we used the upstream's cnf files structure, which means /etc/my.cnf, that includes all files from directo

[Maria-discuss] Files under /etc/my.cnf.d/ read by default

2013-02-05 Thread Honza Horak
Hi guys, while we were packaging MariaDB into Fedora (finally) we used the upstream's cnf files structure, which means /etc/my.cnf, that includes all files from directory /etc/my.cnf.d/* using statement !includedir. That works fine when user installs (not updates) the MariaDB packages withou