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
Topic Guides
Expert Guides
Other Docs
Archives
About
Documentation Library
Table of Contents
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.0 Reference Manual
:: 20 Extending MySQL
« 19.14 MySQL Eiffel Wrapper
20.1 MySQL Internals »
Section Navigation
[
Toggle
]
Preface and Legal Notice
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 Globalization
10 Data Types
11 Functions and Operators
12 SQL Statement Syntax
13 Storage Engines
14 High Availability and Scalability
15 Replication
16 MySQL Cluster
17 Stored Programs and Views
18 INFORMATION_SCHEMA Tables
19 Connectors and APIs
20 Extending MySQL
20.1 MySQL Internals
20.2 Adding New Functions to MySQL
20.3 Adding New Procedures to MySQL
20.4 Debugging and Porting MySQL
21 MySQL Enterprise Monitor
22 MySQL Enterprise Backup
A Licenses for Third-Party Components
B MySQL 5.0 Frequently Asked Questions
C Errors, Error Codes, and Common Problems
D MySQL Change History
E 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 20. Extending MySQL
Table of Contents
[
+/-
]
20.1. MySQL Internals
[
+/-
]
20.1.1. MySQL Threads
20.1.2. The MySQL Test Suite
20.2. Adding New Functions to MySQL
[
+/-
]
20.2.1. Features of the User-Defined Function Interface
20.2.2. Adding a New User-Defined Function
20.2.3. Adding a New Native Function
20.3. Adding New Procedures to MySQL
[
+/-
]
20.3.1.
PROCEDURE ANALYSE
20.3.2. Writing a Procedure
20.4. Debugging and Porting MySQL
[
+/-
]
20.4.1. Debugging a MySQL Server
20.4.2. Debugging a MySQL Client
20.4.3. The DBUG Package
Previous
/
Next
/
Up
/
Table of Contents
User Comments
Add your own comment.
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2012, Oracle Corporation and/or its affiliates
User Comments
Add your own comment.