Comment 6 for bug 1391676

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Otto, can you please take a look at the utopic packages? I thought it'd be easy enough to take your trusty patch and fix up utopic in a similar fashion, but my build fails:

...
ERROR HY000: Got error 22 from storage engine
insert into t values (1,repeat('a',16*1024*1024),repeat('b',16*1024*1024-8));

 == /«PKGBUILDDIR»/builddir/mysql-test/var/tmp/analyze-timeout-mysqld.1.err ==
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/«PKGBUILDDIR»/builddir/mysql-test/var/tmp/mysqld.1.sock' (111)

 - saving '/«PKGBUILDDIR»/builddir/mysql-test/var/log/tokudb.rows-32m-1/' to '/«PKGBUILDDIR»/builddir/mysql-test/var/log/tokudb.rows-32m-1/'
***Warnings generated in error logs during shutdown after running tests: tokudb.rows-32m-1

141113 21:57:56 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:57 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:58 [ERROR] TokuDB: The largest value allowed is 33554432 bytes
141113 21:57:58 [ERROR] mysqld got signal 11 ;
Attempting backtrace. You can use the following information to find out

tokudb.savepoint-1078 [ pass ] 420
tokudb.savepoint-1078-2 [ pass ] 395
tokudb.savepoint-1078-3 [ pass ] 394
tokudb.savepoint-1078-4 [ pass ] 413
tokudb.savepoint-2 [ pass ] 122
tokudb.savepoint-3 [ pass ] 147
tokudb.savepoint-4 [ pass ] 60

^CE: ABORT: Received INT signal (requesting cleanup and shutdown)

I'll attach the patch I have against the utopic packaging in the hopes it's useful.

Thanks