[MDEV-25193] Zerofilling moved table ./sys/sys_config Created: 2021-03-18  Updated: 2021-03-23  Resolved: 2021-03-23

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Aria
Affects Version/s: 10.6
Fix Version/s: 10.6.0

Type: Bug Priority: Major
Reporter: Vladislav Vaintroub Assignee: Michael Widenius
Resolution: Fixed Votes: 0
Labels: None


 Description   

Reported by marko.

CURRENT_TEST: sysschema.v_session
--- /mariadb/10.6/mysql-test/suite/sysschema/r/v_session.result	2021-03-18 15:09:00.222512834 +0200
+++ /mariadb/10.6/mysql-test/suite/sysschema/r/v_session.reject	2021-03-18 16:55:52.547658995 +0200
@@ -28,6 +28,8 @@
 trx_autocommit	enum('YES','NO')	YES		NULL	
 pid	varchar(1024)	YES		NULL	
 program_name	varchar(1024)	YES		NULL	
+Warnings:
+Note	1194	Zerofilling moved table ./sys/sys_config
 SELECT * FROM sys.session;
 DESC sys.x$session;
 Field	Type	Null	Key	Default	Extra

NOTE https://github.com/MariaDB/server/commit/de91ece1d573340e87b2a5c1d6b9d95240ed9138 switches sys.sys_config MyISAM, to remove the noise from this bug. This can be moved back, once this bug is fixed.



 Comments   
Comment by Vladislav Vaintroub [ 2021-03-23 ]

monty seems to have fixed 8f33f49ebea4ecea2953a8b16f2da59cfbd84e37, among other Aria stuff

Generated at Thu Feb 08 09:35:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.