MySQL AI Release Notes  /  Changes in MySQL AI, add-on to MySQL 9.5.2 (2025-12-23, Innovation Release)

Changes in MySQL AI, add-on to MySQL 9.5.2 (2025-12-23, Innovation Release)

GenAI

  • MySQL AI includes a new schema retrieval routine that enables you to find the most relevant tables based on natural-language input. This innovative feature provides a compact and easy-to-read DDL output, focusing on essential elements such as column names, simplified data types, comments, and basic foreign keys, making it ideal for large language model (LLM) prompts and related workflows.

    For more information, see ML_RETRIEVE_SCHEMA_METADATA. (WL #17201)