Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 17:21:45 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Bernard Spil <brnrd@FreeBSD.org>
Cc:        FreeBSD Ports <ports@freebsd.org>
Subject:   Re: FreeBSD Port: databases/mariadb101-server / version 10.1.18 crashing
Message-ID:  <58498899.8060009@quip.cz>
In-Reply-To: <e4f2e3f663dc62138f3d3b1adf6db92b@FreeBSD.org>
References:  <5823361A.4090200@quip.cz> <5823DCC2.7090305@quip.cz> <e4f2e3f663dc62138f3d3b1adf6db92b@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bernard Spil wrote on 2016/11/12 01:26:

> Any specific reason you're using InnoBase not XtraDB? It should work but
> I don't think that many people are actually using it. It's disabled by
> default in MariaDB port as XtraDB is supposed to be better than InnoBase.
>
> The default is XtraDB which is a drop-in replacement of InnoDB by
> Percona. Can you try the new version 10.1.19 in ports and switch
> InnoBase off?

I think I was using XtraDB even if I had INNOBASE=on. This is recorded 
in old logs:

2016-11-10  3:28:42 34426872832 [Note] InnoDB:  Percona XtraDB 
(http://www.percona.com) 5.6.31-77.0 started; log sequence number 
36685500328

Doesn't it mean it is using XtraDB for InnoDB tables?

I upgraded to 10.1.19 without INNOBASE and everything works. No crashes.

Thank you!

The only question is - the log is filled with messages like this:

2016-12-08 14:28:11 35273069568 [Note] InnoDB: Online DDL : Start
2016-12-08 14:28:11 35273069568 [Note] InnoDB: Online DDL : Start 
reading clustered index of the table and create temporary files
2016-12-08 14:28:11 35273069568 [Note] InnoDB: Online DDL : End of 
reading clustered index of the table and create temporary files
2016-12-08 14:28:11 35273069568 [Note] InnoDB: Online DDL : Completed

I never saw them before upgrade to 10.1.19. Can it be silenced?

Miroslav Lachman




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?58498899.8060009>