Re: [Maria-developers] doubt about mariadb dialog plugin at server and client side

2014-10-22 Thread Sergei Golubchik
Hi, Roberto! On Oct 22, Roberto Spadim wrote: > Hi guys > I'm with a doubt at dialog plugin > I created a user at mariadb server: > > ---SQL > INSTALL PLUGIN three_attempts SONAME 'dialog_examples.so'; > CREATE USER test_dialog IDENTIFIED VIA three_attempts USING 'SECRET'; > FLUSH PRIVILEGES; > -

Re: [Maria-developers] doubt about mariadb dialog plugin at server and client side

2014-10-22 Thread Roberto Spadim
even with mariadb-10.0.14 client it didn't work: $mysql --version mysql Ver 15.1 Distrib 10.0.14-MariaDB, for Linux (x86_64) using EditLine wrapper $mysql --plugin-dir=/home/rspadim/mariadb/mariadb-10.0.14/plugin/auth_dialog --user=test_dialog --host=spd1.spadim.com.br [mariadb] Password, pleas

[Maria-developers] doubt about mariadb dialog plugin at server and client side

2014-10-22 Thread Roberto Spadim
Hi guys I'm with a doubt at dialog plugin I created a user at mariadb server: ---SQL INSTALL PLUGIN three_attempts SONAME 'dialog_examples.so'; CREATE USER test_dialog IDENTIFIED VIA three_attempts USING 'SECRET'; FLUSH PRIVILEGES; --- now i'm trying to connect as user test_dialog: ---SHELL $mys

Re: [Maria-developers] Please review: MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats

2014-10-22 Thread Alexander Barkov
Hi Sergei, This is the update about MDEV-5528. On 10/20/2014 12:54 PM, Sergei Golubchik wrote: === modified file 'mysql-test/suite/innodb/r/data_types.result' --- mysql-test/suite/innodb/r/data_types.result 2013-11-13 21:58:19 + +++ mysql-test/suite/innodb/r/data_types.result 2014-08-29 0

Re: [Maria-developers] COMPOUND STATEMENT fails on Windows.

2014-10-22 Thread Peter Laursen
Obviously I neeed to set another delimiter. Thanks! -- Peter On Wed, Oct 22, 2014 at 12:40 PM, Sergei Golubchik wrote: > Hi, Peter! > > On Oct 22, Peter Laursen wrote: > > I tried to comment on this Blog > > https://blog.mariadb.org/mariadb-10-1-1-compound-statements/, but it > won't > > let m

Re: [Maria-developers] COMPOUND STATEMENT fails on Windows.

2014-10-22 Thread Sergei Golubchik
Hi, Peter! On Oct 22, Peter Laursen wrote: > I tried to comment on this Blog > https://blog.mariadb.org/mariadb-10-1-1-compound-statements/, but it won't > let me use my (corporate) gmail address for authencticaton. So I send > this mail instead: strange. I'll check it out. > I tried the example

[Maria-developers] COMPOUND STATEMENT fails on Windows.

2014-10-22 Thread Peter Laursen
I tried to comment on this Blog https://blog.mariadb.org/mariadb-10-1-1-compound-statements/, but it won't let me use my (corporate) gmail address for authencticaton. So I send this mail instead: I tried the example provided on Windows (both server and client are Win7 64 bit) using the command li

Re: [Maria-developers] [Commits] 28fcccc: MDEV-5231: Per query variables from Percona Server (rewritten)

2014-10-22 Thread Oleksandr Byelkin
On 21.10.14 17:40, Sergei Golubchik wrote: [skip] +SET STATEMENT sort_buffer_size=15 FOR SELECT * FROM t2; +ERROR 42S02: Table 'test.t2' doesn't exist +'' +'# Post-STATEMENT variable value' +SHOW SESSION VARIABLES LIKE 'sort_buffer_size'; +Variable_name Value +sort_buffer_size 15