Re: [Maria-developers] Sachin weekly report

2016-07-04 Thread Sachin Setia
Hello everyone, Weekly Report for 6th week of gsoc 1.hidden fields fully supported , they also show in extra column 2.suppose if we declare key as unique(abc,df) then instead of key name to be abc it will be abc_df 3.prototype and prototype for how to store information about hash and type of hash

Re: [Maria-developers] GSoC weekly reports (Unique indexes for blobs)

2016-07-04 Thread Shubham Barai
GSoC (week 6) Hello everyone, 1. defined some new functions to get the clustered record from secondary index record and extract its key value to compare with the secondary index key.It works for single clustered record. Currently trying to solve the problem with multiple records with same hash

Re: [Maria-developers] MariaDB 10.1.15

2016-07-04 Thread Reindl Harald
Am 04.07.2016 um 14:01 schrieb Antonio Fernandes: What happened to MariaDB 10.1.15? I've upgraded my slave server, waited a few days (like I always do before master) and now, no MariaDB 10.1.15 :) Ohh, btw, 10.1.14 changelog (https://mariadb.com/kb/en/mariadb/mariadb-10114-changelog/) still

[Maria-developers] MariaDB 10.1.15

2016-07-04 Thread Antonio Fernandes
Hi all, What happened to MariaDB 10.1.15? I've upgraded my slave server, waited a few days (like I always do before master) and now, no MariaDB 10.1.15 :) Ohh, btw, 10.1.14 changelog (https://mariadb.com/kb/en/mariadb/mariadb-10114-changelog/) still displays that 10.1.15 is the latest.

[Maria-developers] MDEV-8919 Wrong result for CAST(9999999999999999999.0)

2016-07-04 Thread Alexander Barkov
Hi Sergei, Please review a patch for mdev-8919. Thanks! commit f683cd85b3ba14aa7a40bf774dd2a0e0d5dd4d6f Author: Alexander Barkov Date: Mon Jul 4 13:29:58 2016 +0400 MDEV-8919 Wrong result for CAST(999.0) diff --git a/mysql-test/r/cast.result