1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

Merge XtraDB from Percona Server 5.1.56-12.7 into MariaDB-5.1.

This commit is contained in:
unknown
2011-04-29 16:16:42 +02:00
70 changed files with 1337 additions and 910 deletions

View File

@@ -384,6 +384,14 @@ row_insert_stats_for_mysql(
dict_index_t* index,
trx_t* trx);
/*********************************************************************//**
*/
UNIV_INTERN
int
row_delete_stats_for_mysql(
/*=======================*/
dict_index_t* index,
trx_t* trx);
/*********************************************************************//**
Scans a table create SQL string and adds to the data dictionary
the foreign key constraints declared in the string. This function
should be called after the indexes for a table have been created.