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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user