Skip navigation links
The world's most popular open source database
Login
|
Register
Developer Zone
Downloads
Documentation
MySQL Server
MySQL Enterprise
MySQL Workbench
MySQL Cluster
MySQL Connectors
Topic Guides
Expert Guides
Other Docs
Archives
About
Documentation Library
Table of Contents
MySQL 5.7 Manual
MySQL 5.6 Manual
MySQL 5.5 Manual
MySQL 5.1 Manual
MySQL 5.0 Manual
MySQL 3.23/4.0/4.1 Manual
Search manual:
MySQL 5.6 Reference Manual
:: 23 Extending MySQL
« 22.14 MySQL Eiffel Wrapper
23.1 MySQL Internals »
Section Navigation
[
Toggle
]
Preface and Legal Notices
1 General Information
2 Installing and Upgrading MySQL
3 Tutorial
4 MySQL Programs
5 MySQL Server Administration
6 Security
7 Backup and Recovery
8 Optimization
9 Language Structure
10 Globalization
11 Data Types
12 Functions and Operators
13 SQL Statement Syntax
14 Storage Engines
15 High Availability and Scalability
16 Replication
17 MySQL Cluster NDB 7.3
18 Partitioning
19 Stored Programs and Views
20 INFORMATION_SCHEMA Tables
21 MySQL Performance Schema
22 Connectors and APIs
23 Extending MySQL
23.1 MySQL Internals
23.2 The MySQL Plugin API
23.3 Adding New Functions to MySQL
23.4 Debugging and Porting MySQL
24 MySQL Enterprise Edition
25 MySQL Workbench
26 MySQL for Excel
A Licenses for Third-Party Components
B MySQL 5.6 Frequently Asked Questions
C Errors, Error Codes, and Common Problems
D MySQL Release Notes
E Restrictions and Limits
MySQL Glossary
General Index
C Function Index
Command Index
Function Index
INFORMATION_SCHEMA Index
Join Types Index
Operator Index
Option Index
Privileges Index
SQL Modes Index
Statement/Syntax Index
System Variable Index
Status Variable Index
Chapter 23. Extending MySQL
Table of Contents
[
+/-
]
23.1. MySQL Internals
[
+/-
]
23.1.1. MySQL Threads
23.1.2. The MySQL Test Suite
23.2. The MySQL Plugin API
[
+/-
]
23.2.1. Plugin API Characteristics
23.2.2. Plugin API Components
23.2.3. Types of Plugins
23.2.4. Writing Plugins
23.2.5. MySQL Services for Plugins
23.3. Adding New Functions to MySQL
[
+/-
]
23.3.1. Features of the User-Defined Function Interface
23.3.2. Adding a New User-Defined Function
23.3.3. Adding a New Native Function
23.4. Debugging and Porting MySQL
[
+/-
]
23.4.1. Debugging a MySQL Server
23.4.2. Debugging a MySQL Client
23.4.3. The DBUG Package
Previous
/
Next
/
Up
/
Table of Contents
User Comments
Add your own comment.
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2013, Oracle Corporation and/or its affiliates
User Comments
Add your own comment.