Re: [Maria-developers] Interest in Contributing to MariaDB and participation in GSoC 2015

2015-02-09 Thread Kristian Nielsen
Jonas Oreland jon...@google.com writes: Fyi: we have already fixed 4991 (after having quickly browsed the MDEV)... i'll try to contribute it shortly Really? Cool ... looking forward to seeing it. - Kristian. ___ Mailing list:

Re: [Maria-developers] Rev 4407: MDEV-6916: Upgrade from MySQL to MariaDB breaks already created views

2015-02-09 Thread Sergei Golubchik
Hi, Sanja! On Feb 09, Oleksandr Byelkin wrote: On 09.02.15 15:19, Sergei Golubchik wrote: On Feb 09, sa...@askmonty.org wrote: At file:///home/bell/maria/bzr/work-maria-5.5-MDEV-6916-check_view/ === modified file 'client/mysqlcheck.c' --- a/client/mysqlcheck.c 2014-02-17 10:00:51

Re: [Maria-developers] Rev 4407: MDEV-6916: Upgrade from MySQL to MariaDB breaks already created views

2015-02-09 Thread Oleksandr Byelkin
On 09.02.15 15:19, Sergei Golubchik wrote: Hi, Sanja! On Feb 09, sa...@askmonty.org wrote: At file:///home/bell/maria/bzr/work-maria-5.5-MDEV-6916-check_view/ revno: 4407 revision-id:

Re: [Maria-developers] Interest in Contributing to MariaDB and participation in GSoC 2015

2015-02-09 Thread Peter Laursen
I don't know if the MariaDB people have this priority, but inplementing CHECK CONSTRAINTS always was an omission in MySQL. You may specify such currently in CREATE/ALTER TABLE. but it is silently ignored. -- Peter -- Webyog On Mon, Feb 9, 2015 at 6:47 AM, Jonas Oreland jon...@google.com wrote:

Re: [Maria-developers] Interest in Contributing to MariaDB and participation in GSoC 2015

2015-02-09 Thread Sergei Golubchik
Hi, Peter! On Feb 09, Peter Laursen wrote: I don't know if the MariaDB people have this priority, but inplementing CHECK CONSTRAINTS always was an omission in MySQL. You may specify such currently in CREATE/ALTER TABLE. but it is silently ignored. Right. Strangely enough it was not in Jira.

Re: [Maria-developers] Rev 4407: MDEV-6916: Upgrade from MySQL to MariaDB breaks already created views

2015-02-09 Thread Sergei Golubchik
Hi, Sanja! On Feb 09, sa...@askmonty.org wrote: At file:///home/bell/maria/bzr/work-maria-5.5-MDEV-6916-check_view/ revno: 4407 revision-id: sa...@askmonty.org-20150209014828-kx3cr36hgrvjhtrg parent:

Re: [Maria-developers] MDEV-7286 TRIGGER: CREATE OR REPLACE, CREATE IF NOT EXISTS

2015-02-09 Thread Peter Laursen
As regards TRIGGERS in MySQL I am very much missing what PostgreSQL (and maybe other RDBMS as well) has: an option to [temporarily] disable TRIGGGER[S] for all or specific users - like listed in PostgreSQL docs: ( http://www.postgresql.org/docs/9.2/static/sql-altertable.html) ALTER TABLE ..

[Maria-developers] MDEV-7286 TRIGGER: CREATE OR REPLACE, CREATE IF NOT EXISTS

2015-02-09 Thread Alexander Barkov
Hi Serg, Please review a patch for MDEV-7286. Thanks. diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index ec70dba..e90dba0 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -2120,6 +2120,11 @@ CREATE TRIGGER f BEFORE INSERT ON t1 FOR EACH ROW