Skip navigation links
The world's most popular open source database
Login
|
Register
Developer Zone
Downloads
Documentation
MySQL Manual
MySQL Workbench
Expert Guides
Topic Guides
MySQL Cluster
Other Docs
MySQL Uni
About
Archives
Documentation Library
Table of Contents
MySQL 5.5 Manual
MySQL 5.4 Manual
MySQL 5.1 Manual
MySQL 5.0 Manual
MySQL 3.23/4.0/4.1 Manual
Search manual:
MySQL 5.4 Reference Manual
:: 21 Extending MySQL
« 20.16 MySQL Eiffel Wrapper
21.1 MySQL Internals »
Section Navigation
[
Toggle
]
Preface, Notes, Licenses
1 General Information
2 Installing and Upgrading MySQL
3 Tutorial
4 MySQL Programs
5 MySQL Server Administration
6 Backup and Recovery
7 Optimization
8 Language Structure
9 Internationalization and Localization
10 Data Types
11 Functions and Operators
12 SQL Statement Syntax
13 Storage Engines
14 High Availability and Scalability
15 MySQL Enterprise Monitor
16 Replication
17 Partitioning
18 Stored Programs and Views
19 INFORMATION_SCHEMA Tables
20 Connectors and APIs
21 Extending MySQL
21.1 MySQL Internals
21.2 The MySQL Plugin API
21.3 Adding New Functions to MySQL
21.4 Adding New Procedures to MySQL
21.5 Debugging and Porting MySQL
A MySQL 5.4 Frequently Asked Questions
B Errors, Error Codes, and Common Problems
C MySQL Change History
D Restrictions and Limits
Index
Standard Index
C Function Index
Command Index
Function Index
INFORMATION_SCHEMA Index
Transaction Isolation Level Index
JOIN Types Index
Operator Index
Option Index
Privileges Index
SQL Modes Index
Status Variable Index
Statement/Syntax Index
System Variable Index
Chapter 21. Extending MySQL
Table of Contents
[
+/-
]
21.1. MySQL Internals
[
+/-
]
21.1.1. MySQL Threads
21.1.2. MySQL Test Suite
21.2. The MySQL Plugin API
[
+/-
]
21.2.1. Plugin API Characteristics
21.2.2. Plugin API Components
21.2.3. Types of Plugins
21.2.4. Plugin Data Structures and Functions
21.2.5. Writing Plugins
21.3. Adding New Functions to MySQL
[
+/-
]
21.3.1. Features of the User-Defined Function Interface
21.3.2. Adding a New User-Defined Function
21.3.3. Adding a New Native Function
21.4. Adding New Procedures to MySQL
[
+/-
]
21.4.1.
PROCEDURE ANALYSE
21.4.2. Writing a Procedure
21.5. Debugging and Porting MySQL
[
+/-
]
21.5.1. Debugging a MySQL Server
21.5.2. Debugging a MySQL Client
21.5.3. The DBUG Package
21.5.4. Comments about RTS Threads
21.5.5. Differences Between Thread Packages
Previous
/
Next
/
Up
/
Table of Contents
User Comments
Add your own comment.
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2010, Oracle Corporation and/or its affiliates
User Comments
Add your own comment.