Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MariaDB
/
server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
8.3k
Code
Pull requests
497
Actions
Security and quality
26
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
MDEV-40642 Project "JSON Phoenix" - redundant computation elimination
- #5549
#5549
Open
arcivanov
wants to merge 30 commits into
MariaDB:10.11
MariaDB/server:10.11
from
arcivanov:MDEV-40642
arcivanov/mariadb-server:MDEV-40642
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
MDEV-40642 Project "JSON Phoenix" - redundant computation elimination
#5549
arcivanov
wants to merge 30 commits into
MariaDB:10.11
MariaDB/server:10.11
from
arcivanov:MDEV-40642
arcivanov/mariadb-server:MDEV-40642
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2026
Record a behavioral baseline for the JSON functions
Show description for e078638
arcivanov
committed
e078638
View commit details
Copy full SHA for e078638
Browse repository at this point
Say what was written into a document, and never change the answer
Show description for 3a72065
arcivanov
committed
3a72065
View commit details
Copy full SHA for 3a72065
Browse repository at this point
MDEV-40605 Write both ends of an aggregated object in one character set
Show description for a45fa22
arcivanov
committed
a45fa22
View commit details
Copy full SHA for a45fa22
Browse repository at this point
Commits on Aug 16, 2026
MDEV-40590 JSON_OVERLAPS crashes on an array nested past the depth limit
Show description for 9b030ec
arcivanov
committed
9b030ec
View commit details
Copy full SHA for 9b030ec
Browse repository at this point
MDEV-40606 Build an aggregated array in the character set it declares
Show description for f593f0e
arcivanov
committed
f593f0e
View commit details
Copy full SHA for f593f0e
Browse repository at this point
MDEV-40612 Close a JSON aggregate's result once per group, not per call
Show description for 8e120bc
arcivanov
committed
8e120bc
View commit details
Copy full SHA for 8e120bc
Browse repository at this point
Compile Item_copy's assert-only member wherever the assert is
Show description for a3c97b6
arcivanov
committed
a3c97b6
View commit details
Copy full SHA for a3c97b6
Browse repository at this point
Let a value carry what is known about it, instead of finding out again
Show description for 6c14f4e
arcivanov
committed
6c14f4e
View commit details
Copy full SHA for 6c14f4e
Browse repository at this point
MDEV-40615 Copy a value out of a document instead of writing it again
Show description for 6641089
arcivanov
committed
6641089
View commit details
Copy full SHA for 6641089
Browse repository at this point
MDEV-40625 Copy a document that is taken over, instead of pointing at it
Show description for 5501ce4
arcivanov
committed
5501ce4
View commit details
Copy full SHA for 5501ce4
Browse repository at this point
MDEV-40628 Say when text stands after a merge argument's value
Show description for 4510d82
arcivanov
committed
4510d82
View commit details
Copy full SHA for 4510d82
Browse repository at this point
Return a document instead of reading it again for its formatting
Show description for d7e048d
arcivanov
committed
d7e048d
View commit details
Copy full SHA for d7e048d
Browse repository at this point
Stop reading a column back to find out what was just put in it
Show description for fef1d95
arcivanov
committed
fef1d95
View commit details
Copy full SHA for fef1d95
Browse repository at this point
MDEV-40641 Ask for the room a document takes once it is written
Show description for 762c7a8
arcivanov
committed
762c7a8
View commit details
Copy full SHA for 762c7a8
Browse repository at this point
MDEV-40659 Start a Copy_field with no fields rather than with rubbish
Show description for bce0944
arcivanov
committed
bce0944
View commit details
Copy full SHA for bce0944
Browse repository at this point
MDEV-40660 Type a column JSON only on a check about that column
Show description for 870cfc5
arcivanov
committed
870cfc5
View commit details
Copy full SHA for 870cfc5
Browse repository at this point
Let a column the server filled itself attest to its values
Show description for 006eefb
arcivanov
committed
006eefb
View commit details
Copy full SHA for 006eefb
Browse repository at this point
MDEV-40668 Give a JSON function a document it can keep
Show description for fb59607
arcivanov
committed
fb59607
View commit details
Copy full SHA for fb59607
Browse repository at this point
MDEV-40673 CONCAT drops the value of its first argument
Show description for 8bbd1a1
arcivanov
committed
8bbd1a1
View commit details
Copy full SHA for 8bbd1a1
Browse repository at this point
Let a variable attest to the value it was given
Show description for 2f81566
arcivanov
committed
2f81566
View commit details
Copy full SHA for 2f81566
Browse repository at this point
MDEV-40609 JSON_KEYS gives an array, so put an array in
Show description for 1dd9b5e
arcivanov
committed
1dd9b5e
View commit details
Copy full SHA for 1dd9b5e
Browse repository at this point
MDEV-40677 Cut a JSON group back to a whole element
Show description for bac5c7b
arcivanov
committed
bac5c7b
View commit details
Copy full SHA for bac5c7b
Browse repository at this point
MDEV-40692 Let a walk that wrote no row still finish the group
Show description for 71c3c4b
arcivanov
committed
71c3c4b
View commit details
Copy full SHA for 71c3c4b
Browse repository at this point
MDEV-40694 Refuse a merge argument that never completed a value
Show description for 7712ac8
arcivanov
committed
7712ac8
View commit details
Copy full SHA for 7712ac8
Browse repository at this point
MDEV-40696 Count a JSON aggregate's brackets against its length limit
Show description for 358b973
arcivanov
committed
358b973
View commit details
Copy full SHA for 358b973
Browse repository at this point
Run the JSON tests under the other test-runner protocols too
Show description for b38e78f
arcivanov
committed
b38e78f
View commit details
Copy full SHA for b38e78f
Browse repository at this point
MDEV-40700 A JSON constructor returns a document or NULL
Show description for c93e552
arcivanov
committed
c93e552
View commit details
Copy full SHA for c93e552
Browse repository at this point
MDEV-40769 Write a character past the first plane as two escapes
Show description for 0573234
arcivanov
committed
0573234
View commit details
Copy full SHA for 0573234
Browse repository at this point
Pass on what an argument said when only its value is returned
Show description for 205e5d5
arcivanov
committed
205e5d5
View commit details
Copy full SHA for 205e5d5
Browse repository at this point
Ask the character-set wrapper what it wraps, instead of casting
Show description for 304318b
arcivanov
committed
304318b
View commit details
Copy full SHA for 304318b
Browse repository at this point
You can’t perform that action at this time.