CURRENT_TEST: parts.partition_float_innodb
mysqltest: In included file "./suite/parts/inc/partition_float.inc": 
included from /home/buildbot/buildbot/build/mariadb-12.1.0/mysql-test/suite/parts/t/partition_float_innodb.test at line 47:
At line 38: query 'insert into t2 values ($count+0.33)' failed: <Unknown> (2013): Lost connection to server during query

The result from queries just before the failure was:
< snip >
-3.40282e38
-3.40282e37
-123.456
1.5
123.456
1234550
select * from t2 where a=1.5;
a
1.5
delete from t2 where a=1.5;
select * from t2;
a
0
-3.40282e38
-3.40282e37
-123.456
123.456
1234550
delete from t2;
1024*3 inserts;

More results from queries before failure can be found in /dev/shm/var/3/log/partition_float_innodb.log
