Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
3e78c454
Commit
3e78c454
authored
3 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Created new patch 2022-03-01T144018 on branch 8.0.
Pike 8.0: Sync with Pike 8.0.1745 From commit
afe56639
to commit
fec9b7f5
.
parent
a170a010
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
refs/heads/8.0/patches/2022-03-01T144018/metadata.txt
+54
-0
54 additions, 0 deletions
refs/heads/8.0/patches/2022-03-01T144018/metadata.txt
with
54 additions
and
0 deletions
refs/heads/8.0/patches/2022-03-01T144018/metadata.txt
0 → 100644
+
54
−
0
View file @
3e78c454
subject: Pike 8.0: Sync with Pike 8.0.1745
from: afe5663964e066475ff38b5b83114f5b82e38afc
to: fec9b7f5bf9caacb975c668c95c54eca364ee120
originator: Henrik Grubbström (Grubba) <grubba@grubba.org>
depends: 2021-12-06T144652
restart: true
Multiple changes:
• release number bumped to 8.0.1745 by export.pike
• SSL.Constants: Fix typo in value for HEARTBEAT_MODE_peer_no_allowed_to_send.
• Documentation [SSL] [Sql]: Fix some autodoc markup
• Sql.mysql: Clean up backport.
The Mysql module in Pike 8.0 does not handle an argument value
of UNDEFINED identically to as if the corresponding argument
was omitted.
Fixes list_{dbs,tables}() with omitted wild card argument.
Also fixes an obscure special case in list_fields().
• Sql.mysql: Clean up character set handling.
Adds helper functions fix_{query,result}_charset() that contain
code that used to be in the QUERY_BODY() macro. This makes the
code quite a bit easier to read.
Adds charset wrappers to list_{dbs,tables,fields}() that previously
changed behavior depending on what the send_charset was.
Remove some now obsoleted character set handling from Mysql.SqlTable.
Potential fix for intermittent failures for Mysql.SqlTable to handle
tables with wide characters in the table name.
• Sql.Sql: Added query_db() to the API.
• Sql.mysql: Added reset().
• Updated copyright.
• Standards.ASN1.Decode: Set error mode on Stdio.Buffer.
Throw errors on buffer underflow.
Thanks to Joshua Rogers for the report and test vectors.
Fixes #10075.
• Standards.ASN1.Decode: Prevent infinite loops when decoding incomplete data.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment