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

2014-06-16 Thread Sergey Vojtovich
Hi Sergei, ok to push. A few minor questions inline. On Mon, Jun 16, 2014 at 06:51:53PM +0200, s...@mariadb.org wrote: > revision-id: 0eb94ca810500977eb0336ee30b19e9c0b769bca > parent(s): f61f36b386e8d0c6448297bb84c92e8d9b82be6a > committer: Sergei Golubchik > branch nick: maria > timestamp: 2014

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

2014-06-16 Thread Elmar Eperiesi-Beck
Hi, by "interfaces" I was looking for the Maria DB place/ function / hook... where you are enhancing the MariaDB Code. This would help me to understand what you are trying to do. Elmar > Am 17.06.2014 um 07:02 schrieb Jonas Oreland : > > Hi again, > > > What is the type of license of your code

Re: [Maria-developers] WebScaleSQL: Actually fix all the array bounds warnings

2014-06-16 Thread Sergey Vojtovich
Hi Sergei, I reported gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61520 Regards, Sergey On Fri, Jun 13, 2014 at 05:55:43PM +0200, Sergei Golubchik wrote: > Hi, Sergey! > > On May 28, Sergey Vojtovich wrote: > > Hi Sergei and Alexey, > > > > during our recent discussion re WebScaleSQL

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

2014-06-16 Thread Elena Stepanova
Hi Sergei, On 16.06.2014 13:46, Sergei Golubchik wrote: And if lets say we decide that N=100 (or N=10%) is the best cutoff value, and then find out that by not filling the queue completely we lose even 1% in recall,we might want to stay with the full queue. What is the time difference between r

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

2014-06-16 Thread Sergei Golubchik
Hi, Elena! On Jun 16, Elena Stepanova wrote: > > It is still the same model. > The core of the model was to make recall a function of cutoff, right? So Yes, kind of. Ideally, it should be a recall as a function of the total testing time (taking into account number of tests to run, relative buil

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

2014-06-16 Thread Elena Stepanova
Hi Sergei, On 16.06.2014 10:57, Sergei Golubchik wrote: Hi, Elena! Just one comment: On Jun 16, Elena Stepanova wrote: 4. Failed tests vs executed tests Further, as I understand you only calculate the metrics for tests which were either edited, or failed at least once; and thus, only such te

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

2014-06-16 Thread Sergei Golubchik
Hi, Elena! Just one comment: On Jun 16, Elena Stepanova wrote: > 4. Failed tests vs executed tests > > Further, as I understand you only calculate the metrics for tests which > were either edited, or failed at least once; and thus, only such tests > can ever make to a corresponding queue. Not