diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-09-05 13:14:37 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-09-05 13:14:37 +0200 |
commit | 6af914f8b94b98a5aa648f69383398741dcd9754 (patch) | |
tree | 899fb248b22fe3cf16cc940a80f867110d8f4ce7 /storage/xtradb/include/dict0dict.ic | |
parent | 1f92707978d411a051b2bfa46ed361f60861ff73 (diff) | |
parent | 0352f09a2e3e17470ab75678265b98a275cb25a0 (diff) | |
download | mariadb-git-6af914f8b94b98a5aa648f69383398741dcd9754.tar.gz |
XtraDB from Percona-Server-5.5.27-rel28.1
Diffstat (limited to 'storage/xtradb/include/dict0dict.ic')
-rw-r--r-- | storage/xtradb/include/dict0dict.ic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/include/dict0dict.ic b/storage/xtradb/include/dict0dict.ic index 5ed9b182d6c..02eafcc5d9c 100644 --- a/storage/xtradb/include/dict0dict.ic +++ b/storage/xtradb/include/dict0dict.ic @@ -491,6 +491,7 @@ dict_table_zip_size( return(dict_table_flags_to_zip_size(table->flags)); } +#ifndef UNIV_HOTBACKUP /*********************************************************************//** Obtain exclusive locks on all index trees of the table. This is to prevent accessing index trees while InnoDB is updating internal metadata for @@ -533,6 +534,7 @@ dict_table_x_unlock_indexes( rw_lock_x_unlock(dict_index_get_lock(index)); } } +#endif /* !UNIV_HOTBACKUP */ /********************************************************************//** Gets the number of fields in the internal representation of an index, including fields added by the dictionary system. |