惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
C
Cybersecurity and Infrastructure Security Agency CISA
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
S
Securelist
S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 热门话题
博客园 - 三生石上(FineUI控件)
T
Threatpost
T
The Blog of Author Tim Ferriss
C
CERT Recently Published Vulnerability Notes
IT之家
IT之家
P
Palo Alto Networks Blog
Microsoft Azure Blog
Microsoft Azure Blog
Spread Privacy
Spread Privacy
Cyberwarzone
Cyberwarzone
腾讯CDC
L
LangChain Blog
Know Your Adversary
Know Your Adversary
C
CXSECURITY Database RSS Feed - CXSecurity.com
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
I
Intezer
T
Tor Project blog
AWS News Blog
AWS News Blog
T
Tenable Blog
NISL@THU
NISL@THU
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
美团技术团队
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog

MariaDB.org

MariaDB Hidden Gem: Online Schema Change without pt-osc - MariaDB.org MariaDB 13.1 Feature in Focus: BLOB, TEXT, JSON and GEOMETRY Support in the HEAP Engine - MariaDB.org MariaDB Foundation Sea Lion Champions Nominees: Federico Razzoli - MariaDB.org TAF 3.0 — Results Backend With Automated Performance Change Detection - MariaDB.org MariaDB Server Plugins: disabled functions - MariaDB.org MariaDB 13.1 Feature in Focus: DENY / Negative Grants - MariaDB.org Continuent joins MariaDB Foundation as a Silver Sponsor - MariaDB.org Lowering the Barrier for MariaDB Plugin Development: Plugins in More Languages - MariaDB.org Nextcloud renews its Silver sponsorship of MariaDB Foundation - MariaDB.org MariaDB Foundation Sea Lion Champions Nominees: Fariha Shaikh - MariaDB.org MariaDB Privacy-First Stack: Nextcloud, Passbolt and MariaDB Server - MariaDB.org Passbolt renews its support for MariaDB Foundation - MariaDB.org Aqtra Joins MariaDB Foundation as a Gold Sponsor - MariaDB.org MariaDB 13.1 Preview: This One Is Full of Community Goodies! - MariaDB.org Simple tool to build MariaDB commits for performance-change analysis - MariaDB.org MariaDB Vector in Laravel: insights on choosing an embedding model - MariaDB.org MariaDB Server 10.6 Reaches End of Life on July 6th - MariaDB.org MariaDB Foundation Sea Lion Champions Nominees: Sylvain Arbaudie - MariaDB.org MariaDB + DuckDB: A New Playground for Analytics – A First Look at the New Storage Engine MariaDB Server 12.3, 11.8, 11.4, 10.11, 10.6 – May 2026’s releases: thank you for your contributions DuckDB Storage Engine for MariaDB. When the Sea Lion Learns to Quack. MariaDB Foundation Sea Lion Champions Nominees: Mark Callaghan MariaDB Foundation Sea Lion Champions Nominees: Sumit Srivastava The Power Of The Community! MariaDB Hidden Gem: Create Aggregate Function Celebrating the MariaDB Foundation Sea Lions Champions Nominees MariaDB Foundation: Bringing TPC-B Back To Life MariaDB Community Server Corrective Releases A New Pull Request Processing Time Record MariaDB Server 12.3 LTS Released MariaDB Foundation at Oracle’s MySQL Contributor Summit: Ecosystems, Forks and Constructive Coexistence Virtuozzo Renews Sponsorship of MariaDB Foundation ProxySQL joins MariaDB Foundation as Silver Sponsor Drupal recommends MariaDB Vibe-coding an Audit Plugin in Under 3 Minutes Introducing Our First MariaDB Server Solution Stack: A Privacy-First Stack with Nextcloud, Passbolt, and MariaDB Documented: The MariaDB Server (Community) Contribution Process Unleashing Innovation Through Plugins Adding a New Data Type to MariaDB with Type_handler – Part 5
MariaDB 13.1 preview available - MariaDB.org
Sergei · 2026-06-21 · via MariaDB.org

We are pleased to announce the availability of a preview of the MariaDB 13.1 series. MariaDB 13.1 will be a rolling release.

MariaDB 13.1 introduces a lot of new features. Many of them were implemented by our awesome community contributors. See the complete list below:

  • DENY clause for access control a.k.a. “negative grants” (MDEV-14443)
  • Auto-adding new partitions for PARTITION BY RANGE (MDEV-15621)
  • Locking full table scan fails to use table-level locking (MDEV-24813)
  • The default utf8 character set is now utf8mb4 (MDEV-30041)
  • NEW and OLD in a trigger can be used as row variables (MDEV-34723)
  • ADAPTIVE_HASH_INDEX = { YES | NO | DEFAULT } can specify per InnoDB table whether to use AHI (MDEV-37070)
  • XMLISVALID() schema validation function (MDEV-37262)
  • Adaptive hash index statistics is shown in ANALYZE FORMAT=JSON (MDEV-38305)
  • Optimizer Context Recorder to record the optimizer data and then analyze query optimization on another server instance (MDEV-38701)
  • innodb_tablespace_size_warning_threshold and innodb_tablespace_size_warning_pct variables to get a warning when InnoDB tablespace is getting close to full (before it’s 100% full and the service is disrupted) (MDEV-38936)
  • Local routine variables usable in PREPARE/EXECUTE/DEALLOCATE and OPEN ... FOR (MDEV-39022)
  • Package-wide TYPE declarations (MDEV-39587)
  • CHECK TABLE supports MEMORY tables (MDEV-40030)
  • Support for JSON operators column->path and column->>path (MDEV-13594) — contributed by Mohd Jarir Khan
  • Improve error reporting of mysqlbinlog when used with --flashback (MDEV-20749) — contributed by Shawn K
  • Add formatted column support to JSON_TABLE (MDEV-25727) — contributed by Varun Deep Saini
  • Ignored domain ids skip validation when connecting to a master (MDEV-28213) — contributed by Abdelrahman Hedia
  • New statement CREATE TRIGGER FOR { STARTUP | SHUTDOWN } (MDEV-30645) — based on a contribution by André Alves
  • Optional lengths for string types: VARCHAR[(N)] (MDEV-31414) — contributed by Osama Nabih
  • mariadbd --validate-config to check the configuration for validity without starting the server (MDEV-31527) — contributed by Abdelrahman Hedia
  • mariadb-dump no longer includes generated column values in a dump (MDEV-32362) — contributed by Fariha Shaikh, AWS
  • INFORMATION_SCHEMA.VECTOR_INDEXES provides information about vector indexes (MDEV-34805) — contributed by Ahmed Hegazy
  • parsec_iterations session variables allows to set the number of PBKDF2 rounds for the PARSEC plugin (MDEV-35254) — contributed by Dearsh Oberoi
  • AND/OR can now short-circuit the execution for any argument not in a strictly left-to-right fashion (MDEV-37713, MDEV-37714) — contributed by Jaeheon Shim
  • XXH3, XXH32, XXH64, XXH128 family of hash functions (MDEV-38180) — contributed by Abhinav Mishra
  • MEMORY tables support variable-length data types, VARCHAR and TEXT/BLOB (MDEV-38975) — contributed by Arcadiy Ivanov
  • slave_skip_errors variable can be modified without server restart (MDEV-7394)
  • resolveip utility is refactored to use modern IPv6-compatible network API functions (MDEV-39169) — contributed by Michal Schorm
  • Support the syntax of SELECT ... INTO inside parentheses for compatibility with MySQL (MDEV-39176) — contributed by Long Jin
  • struct Optional_metadata_fields is refactored to use MariaDB internal data classes, as prescribed by the Coding Style (MDEV-38144) — contributed by Eric Hayter

Please, keep in mind, that features in the preview are not guaranteed to reach a 13.1.1-RC release. Those features that will not be considered stable enough for a Release Candidate, will appear in a later release after they improve.