MariaDB 10.3 – Log Full of [Note] InnoDB: ft_end() After Upgrade

innodbmariadbmariadb-10.3

My upgrade path was MariaDB 10.2.18 to MariaDB 10.3.10.

There are no bugs reported on mariadb or mysql bug tracker (at least that I could find).


...
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()
Oct 24 17:45:33 host1 mysqld[12196]: 2018-10-24 17:45:33 173491 [Note] InnoDB: ft_end()
Oct 24 17:45:39 host1 mysqld[12196]: 2018-10-24 17:45:39 173494 [Note] InnoDB: ft_end()
Oct 24 17:45:39 host1 mysqld[12196]: 2018-10-24 17:45:39 173494 [Note] InnoDB: ft_end()
Oct 24 17:45:39 host1 mysqld[12196]: 2018-10-24 17:45:39 173494 [Note] InnoDB: ft_end()
Oct 24 17:45:39 host1 mysqld[12196]: 2018-10-24 17:45:39 173494 [Note] InnoDB: ft_end()
Oct 24 17:46:58 host1 mysqld[12196]: 2018-10-24 17:46:58 173517 [Note] InnoDB: ft_end()
Oct 24 17:46:58 host1 mysqld[12196]: 2018-10-24 17:46:58 173517 [Note] InnoDB: ft_end()
Oct 24 17:46:58 host1 mysqld[12196]: 2018-10-24 17:46:58 173517 [Note] InnoDB: ft_end()
Oct 24 17:46:58 host1 mysqld[12196]: 2018-10-24 17:46:58 173517 [Note] InnoDB: ft_end()
Oct 24 17:47:04 host1 mysqld[12196]: 2018-10-24 17:47:04 173518 [Note] InnoDB: ft_end()
...

Enviroment:

  • Ubuntu 16.04 LTS
  • MariaDB from MariaDB repo (not Ubuntu ones)
  • mysql_upgrade has been run with success

I found one reference online but no answers:

Best Answer

Seems to be a rather meaningless info message. It certainly isn't an error or something to worry about.

It is a bit noisy and goes against a principle of the error log being quite clean (and meaningful). I recommend submitting a bug/pr to remove this line of code.