Re: [Maria-developers] 72b709a: MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invalid definition

2016-03-18 Thread Oleksandr Byelkin
Hi! On 16.03.2016 20:42, Sergei Golubchik wrote: Hi, Sanja! On Mar 16, OleksandrByelkin wrote: revision-id: 72b709ac7503ae6dd2b5e9049322fefb90b0ebbe (mariadb-10.1.12-16-g72b709a) parent(s): 9b53d84d14a9b031d193f6beae382a232aa738e3 committer: Oleksandr Byelkin timestamp: 2016-03-16 19:49:17 +0

Re: [Maria-developers] NO PAD Collation for MariaDB

2016-03-18 Thread Alexander Barkov
Hello Melisa, On 03/16/2016 10:22 PM, Melissa Rose wrote: > Thanks for the kind response Alexander Barkov: I have already build the > Server from source and I am looking at some character sets in string/*.c > files and how they are implemented. Excellent. > I have also written and submitted a

Re: [Maria-developers] bf2eaa7: MDEV-9382: After updating mariadb server apt-configure fails

2016-03-18 Thread Nirbhay Choubey
Hi Jean, On Wed, Mar 16, 2016 at 4:48 PM, Jean Weisbuch wrote: > I forgot to create the PR for upstream as i did for Otto's repo : > https://github.com/ottok/mariadb-10.0/pull/26 and > https://github.com/ottok/mariadb-10.0/pull/27 > These changes are already in Debian testing packages, should i

Re: [Maria-developers] Aggregate stored functions [MDEV-7773]

2016-03-18 Thread Varun Gupta
Hi Sergei, I have gone through the code you suggested. I have got a good understanding of what the code actually does. So now I wanted to start writing the proposal for the idea. Can you tell me what all is needed to written in the proposal. I am asking for a template or something that could guide

Re: [Maria-developers] 72b709a: MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invalid definition

2016-03-18 Thread Sergei Golubchik
Hi, Sanja! On Mar 16, OleksandrByelkin wrote: > revision-id: 72b709ac7503ae6dd2b5e9049322fefb90b0ebbe > (mariadb-10.1.12-16-g72b709a) > parent(s): 9b53d84d14a9b031d193f6beae382a232aa738e3 > committer: Oleksandr Byelkin > timestamp: 2016-03-16 19:49:17 +0100 > message: > > MDEV-9701: CREATE VIEW

Re: [Maria-developers] b1a1e5b: MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS AND LOG-SLOW-SLAVE-STATEMENTS NOT DISPLAYED.

2016-03-18 Thread Sachin Setia
Dear Mr Sergei Sorry for a careless mistake I thought prototype is working but it is working only for InnoDB not for MyIsam because if we look at table creation which I send you MariaDB [sachin]> create table tbl(int_key int primary key , blob_key blob unique); Query OK, 0 rows affected (0.03