[Maria-developers] MDEV-7281 EVENT: CREATE OR REPLACE

2015-02-10 Thread Alexander Barkov
Hi Sergei, Thanks for your suggestions that you gave in the first review. Please review a new patch for MDEV-7281, which addresses your suggestions. diff --git a/mysql-test/r/create_drop_event.result b/mysql-test/ /create_drop_event.result again, same thing. I don't see a test that the

Re: [Maria-developers] Fwd: Contributing in MariaDB Project

2015-02-10 Thread Vicențiu Ciorbaru
Hi Rohit! It's good to know you are interested in contributing to MariaDB. We don't have a lot of beginner friendly bugs running around right now. Fortunately however, I do have a task that might be simple enough to tackle [1]. This is part of a former GSOC project called Roles. The place to

[Maria-developers] Fwd: Contributing in MariaDB Project

2015-02-10 Thread Rohit Kashyap
Hi, I am Rohit from NIT Patna, India. A Engineering Student and contributor in MySQL Community, approved by Oracle. You guys are doing great things at Team Maria DB. Kudos for that. I would like to start and contribute in the Maria project, and would like to ask for guiding in the same, with code

Re: [Maria-developers] Fwd: MDEV-6838 Using too big key for internal temp tables

2015-02-10 Thread Patryk Pomykalski
Now it fails if you increment the varchar length (and I increased amount of data in t2 to trigger this on 32bit too): CREATE TABLE t1 (i INT, state VARCHAR(996)) ENGINE=MyISAM; INSERT INTO t1 VALUES (2,'Louisiana'),(9,'Maine'); CREATE TABLE t2 (state VARCHAR(996), j INT) ENGINE=MyISAM; INSERT

[Maria-developers] Fwd: MDEV-6838 Using too big key for internal temp tables

2015-02-10 Thread Vicențiu Ciorbaru
+ CC maria-developers Hi Sergei! I have attached the diff for MDEV-6838. Let me know your thoughts on it. The test case now fails without the patch and passes with the patch on both 5.5 and 10.0. Sergey Petrunia is alright with the patch. Regards, Vicențiu === added file