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.1 Reference Manual
:: 22 Extending MySQL
« 21.16 MySQL Eiffel Wrapper
22.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 MySQL Cluster NDB 6.X/7.X
18 Partitioning
19 Stored Programs and Views
20 INFORMATION_SCHEMA Tables
21 Connectors and APIs
22 Extending MySQL
22.1 MySQL Internals
22.2 The MySQL Plugin API
22.3 Adding New Functions to MySQL
22.4 Adding New Procedures to MySQL
22.5 Debugging and Porting MySQL
A MySQL 5.1 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 22. Extending MySQL
Table of Contents
[
+/-
]
22.1. MySQL Internals
[
+/-
]
22.1.1. MySQL Threads
22.1.2. MySQL Test Suite
22.2. The MySQL Plugin API
[
+/-
]
22.2.1. Plugin API Characteristics
22.2.2. Plugin API Components
22.2.3. Types of Plugins
22.2.4. Plugin Data Structures and Functions
22.2.5. Writing Plugins
22.3. Adding New Functions to MySQL
[
+/-
]
22.3.1. Features of the User-Defined Function Interface
22.3.2. Adding a New User-Defined Function
22.3.3. Adding a New Native Function
22.4. Adding New Procedures to MySQL
[
+/-
]
22.4.1.
PROCEDURE ANALYSE
22.4.2. Writing a Procedure
22.5. Debugging and Porting MySQL
[
+/-
]
22.5.1. Debugging a MySQL Server
22.5.2. Debugging a MySQL Client
22.5.3. The DBUG Package
22.5.4. Comments about RTS Threads
22.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.