Details
-
Task
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
llstr() is a workaround for printing longlongs from the times when %llu was not supported
⸺ serg, https://github.com/MariaDB/server/pull/3360#discussion_r1833301827
Attachments
Issue Links
- relates to
-
MDEV-35460 Phase out integer typedefs and macros in favor of C/C++ Standard ones
-
- Open
-
- split to
-
MDEV-35758 Refactor the ADMIN_KILL section of mysqladmin.cc
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{quote}
{{llstr()}} is a workaround for printing longlongs from the times when {{%llu}} was not supported ⸺ https://github.com/MariaDB/server/pull/3360#discussion_r1833301827 {quote} |
{quote}
{{llstr()}} is a workaround for printing longlongs from the times when {{%llu}} was not supported ⸺ [~serg], https://github.com/MariaDB/server/pull/3360#discussion_r1833301827 {quote} |
Link | This issue relates to MDEV-35460 [ MDEV-35460 ] |
Key | TODO-5052 | MDEV-35599 |
Workflow | Simple workflow [ 187561 ] | MariaDB v4 [ 187562 ] |
Issue Type | Improvement [ 4 ] | Task [ 3 ] |
Project | Dev todo [ 10100 ] | MariaDB Server [ 10000 ] |
Assignee | Jimmy Hú [ JIRAUSER55761 ] |
Summary | Which {{llstr(value, buff)}}s can we replace with {{sprintf(buff, "%lld", value)}}? | Which llstr(value, buff) can we replace with sprintf(buff, "%lld", value) ? |
Labels | beginner-friendly |
Fix Version/s | 11.8.1 [ 29961 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 11.9 [ 29945 ] | |
Fix Version/s | 11.8.1 [ 29961 ] |
Link | This issue split to MDEV-35758 [ MDEV-35758 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Fix Version/s | 12.0 [ 29945 ] |