[MDEV-28104] Typo in storage/maria/s3_func.c: 'FN_DECVHAR' Created: 2022-03-16  Updated: 2022-04-04  Resolved: 2022-04-04

Status: Closed
Project: MariaDB Server
Component/s: Compiling, Storage Engine - S3
Affects Version/s: 10.5, 10.6, 10.7, 10.8
Fix Version/s: 10.5.16, 10.6.8, 10.7.4

Type: Bug Priority: Blocker
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-28106 S3 tries to include thread.h while co... Closed
relates to MDEV-28107 S3 doesn't build if CURL is in non-de... Closed

 Description   

10.8 9f5a3e5689

#ifdef FN_DEVCHAR
    if (path[length-1] == FN_DECVHAR)
      break;
#endif

C:\_home\10.6x\storage\maria\s3_func.c(1313,37): error C2065:  'FN_DECVHAR': undeclared identifier [C:\_home\10.6x\storage\maria\s3.vcxproj]
C:\_home\10.6x\storage\maria\s3_func.c(1313,37): error C2065:     if (path[length-1] == FN_DECVHAR) [C:\_home\10.6x\storage\maria\s3.vcxproj]

Set to trivial because it doesn't build on Windows anyway


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