[MDEV-11712] ArmHF garbage longlong value printed in warning Created: 2017-01-03  Updated: 2017-01-17  Resolved: 2017-01-17

Status: Closed
Project: MariaDB Server
Component/s: Partitioning
Affects Version/s: 10.1
Fix Version/s: 10.1.21

Type: Bug Priority: Major
Reporter: Vicențiu Ciorbaru Assignee: Vicențiu Ciorbaru
Resolution: Fixed Votes: 0
Labels: armhf, debian, foundation

Issue Links:
Relates
relates to MDEV-11711 ArmHF EXPLAIN JSON garbage longlong v... Closed

 Description   

The following test case fails on Launchpad ArmHF builder with gcc 6.2.0:

main.partition_exchange

The failure is sporadic, with a different than recorded warning message

 Note	1287	'YEAR(2)' is deprecated and will be removed in a future release. Please use YEAR(4) instead
 CREATE TABLE t2 LIKE t1;
 Warnings:
-Note	1287	'YEAR(2)' is deprecated and will be removed in a future release. Please use YEAR(4) instead
+Note	1287	'YEAR(3958951804)' is deprecated and will be removed in a future release. Please use YEAR(4) instead
 ALTER TABLE t2 REMOVE PARTITIONING;

The intermittent garbage value suggests reading uninitialised memory.


Generated at Thu Feb 08 07:52:05 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.