Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.3.10
-
None
-
Ubuntu Server 16 LTS
Description
Is this a developer log only? Am I doing something wrong with my configuration?
Cut from journalctl -u mariadb
Oct 24 17:45:33 host1 mysqld[12196]: 2018-10-24 17:45:33 173491 [Note] InnoDB: ft_end()
|
Oct 24 17:45:33 host1 mysqld[12196]: 2018-10-24 17:45:33 173491 [Note] InnoDB: ft_end()
|
Oct 24 17:45:33 host1 mysqld[12196]: 2018-10-24 17:45:33 173491 [Note] InnoDB: ft_end()
|
https://github.com/MariaDB/server/blob/10.3/storage/innobase/handler/ha_innodb.cc#L10120
The extra printout has been there ever since MySQL 5.6.4. Later in MySQL 5.6.4 the message started using the common logging interface (instead of emitting directly to the standard error).
MariaDB Server inherited this bug from upstream, already in version 10.0.9 and 10.1.0. Later, in 10.2.2, the ib_logf() was replaced with ib::info(). I do not know why this was reported against 10.3 only.