[Maria-developers] [GSoC] Week Four!

2014-06-17 Thread sriram patil
Hi All, Sorry for a little delay in posting the blog link this week. Following is the blog link about my fourth week into GSoC. http://goo.gl/W54cvE Suggestions and/or reviews are welcome! Thanks, Sriram ___ Mailing list: https://launchpad.net/~maria-

Re: [Maria-developers] problem with update and myisam

2014-06-17 Thread Roberto Spadim
the problem was the internet connection, now i'm with a better internet to test, sorry the results: with ()=() 5 seconds with field=const, 0,06seconds 2014-06-18 0:05 GMT-03:00 Roberto Spadim : > sorry guys, maybe i was a bit confuse > the solution of > field=const and field=const ... worked > >

Re: [Maria-developers] problem with update and myisam

2014-06-17 Thread Roberto Spadim
sorry guys, maybe i was a bit confuse the solution of field=const and field=const ... worked thanks, please close mdev-6355 2014-06-17 21:29 GMT-03:00 Roberto Spadim : > No filesystem errors > No hardware error > No smartctl error > Disk read test runs at constant180mb/s per disk (linux md raid

Re: [Maria-developers] problem with update and myisam

2014-06-17 Thread Roberto Spadim
No filesystem errors No hardware error No smartctl error Disk read test runs at constant180mb/s per disk (linux md raid 1) without problems (via dd if=disk1(2,3,4) of=/dev/null) No problema at mdstat Using xfs filesystem --- Im traveling now with time i will update database and check handler varia

Re: [Maria-developers] problem with update and myisam

2014-06-17 Thread Roberto Spadim
Hi guys Well thats a update at a field with a where with full primary key fields Where with (Fields)=(consts) or field=const and field=const ... Work the same way with same time Yes thats a bigint field (with int i got same problem) the first partition is used for negative values And oth

Re: [Maria-developers] problem with update and myisam

2014-06-17 Thread James Briggs
Hi Roberto. 1) nf is a bigint, so why are you inserting a string value ('-18')? 2) is there some reason you aren't using indexes? 3) after you resolve 1 and 2, do repair table. Thanks, James. On Tue, 6/17/14, Roberto Spadim wrote: Subject: [Maria-d

[Maria-developers] problem with update and myisam

2014-06-17 Thread Roberto Spadim
hi guys, could anyone help me with https://mariadb.atlassian.net/browse/MDEV-6355 thanks -- Roberto Spadim ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-17 Thread Roberto Spadim
2014-06-17 14:03 GMT-03:00 Jonas Oreland : > Hi again, > > 1) we have not done column level encryption at all. > nice, did you check that have an idea at mariadb atlassian mdevs, maybe this could help? https://mariadb.atlassian.net/browse/MDEV-4912 > > 2) keys are managed in a separate module (w

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-17 Thread Roberto Spadim
humm, now i'm thinking as a data warehouse ​think about installing a server (server 1) in somewhere (maybe saara desert) i connect the "server 1" to internet, and configure the server uri to point to my central server (server central), maybe at moon when the mysqld/mariadbd start, it will cont

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-17 Thread Roberto Spadim
well, for a first version, i think it's nice :) maybe more information about the key server should be nice about key file... if the attacker know the file and contents, he/she could decrypt the table/column? 2014-06-17 13:40 GMT-03:00 Elmar Eperiesi-Beck : > Hi, > I agree with you. If we want t

[Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-17 Thread Elmar Eperiesi-Beck
Hi, I agree with you. If we want to know, what Google has developed as encryption feature, we will have to wait for your source code to be published. In the meantime, you can find our concept for the encryption on our website: http://bit.ly/1slJyuI Feedback (negative and positive) from all of yo

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Setback

2014-06-17 Thread Elena Stepanova
Hi Pablo, One more note: On 17.06.2014 12:16, Pablo Estrada wrote: - Add randomized running of tests that have not ran or been modified - I will make this optional. I think it will be very useful for the *research* part if you make the seed for this randomization deterministic for e

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Setback

2014-06-17 Thread Elena Stepanova
Hi Pablo, On 17.06.2014 12:16, Pablo Estrada wrote: Questions to consider: - Should we define precisely what the implementation should look like, so that I can code the core, wrapper, etc? Or should I focus on finishing the experiments and the 'research' first? I suggest to focus

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Setback

2014-06-17 Thread Pablo Estrada
Hello everyone, Thank you Elena, I really appreciate that you took the time to make a thorough review of the code. Answers to your comments are inline. Conclusion at the end : ) 1. Structure > - When I started coding, I had no idea how the project would fit in the whole system, so, after a

Re: [Maria-developers] [Commits] 0eb94ca: MDEV-6137 better help for SET/ENUM sysvars

2014-06-17 Thread Sergei Golubchik
Hi, Sergey! Thanks! On Jun 17, Sergey Vojtovich wrote: > Hi Sergei, > > ok to push. A few minor questions inline. > > On Mon, Jun 16, 2014 at 06:51:53PM +0200, s...@mariadb.org wrote: > > > > --- > > mysys/my_getopt.c | 81 +++-- > > plugin/server