Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.1.27
-
None
-
Ubuntu Xenial
Description
CI gate jobs that were passing this morning with 10.1.26 are now failing as my mirrors pulled in 10.1.27 apt packages.
Log is attached or available at http://osa-ci.objects-us-dfw-1.cloud.lstn.net/454450/8/626/logs/openstack/aio1_galera_container-9fad60d2/mysql_logs/galera_server_error.log.txt (navigate up in the URI path to view the rest of the contents of /var/log in this container such as apt/* for package versions). ie. http://osa-ci.objects-us-dfw-1.cloud.lstn.net/454450/8/626/logs/openstack/aio1_galera_container-9fad60d2/apt/history.log.txt
Attachments
Issue Links
- duplicates
-
MDEV-13910 after update not starting
-
- Closed
-
- is duplicated by
-
MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)
-
- Closed
-
it really looks that drop table crashes only if table was created with innodb_stats_persistent=1 . InnoDB still tries to clear persistent stats for that table if it has any, despite innodb_stats_persistent=0 .
So, to work around the problem:
together with disabling persistent stats tables innodb*stats must be truncated: