diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-09-27 18:00:59 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-09-27 18:00:59 +0200 |
commit | 93ab3093cb6646834844139ef51c51e2c84b73a6 (patch) | |
tree | e7ee13e626b2933760e6afa476d5a36d027c12bd /storage/xtradb/include/fts0fts.h | |
parent | 64752acf72175ce65250f5c15a93b1850e5640d1 (diff) | |
download | mariadb-git-93ab3093cb6646834844139ef51c51e2c84b73a6.tar.gz |
5.6.32-78.1
Diffstat (limited to 'storage/xtradb/include/fts0fts.h')
-rw-r--r-- | storage/xtradb/include/fts0fts.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/xtradb/include/fts0fts.h b/storage/xtradb/include/fts0fts.h index 68d4d333245..87b5787d416 100644 --- a/storage/xtradb/include/fts0fts.h +++ b/storage/xtradb/include/fts0fts.h @@ -840,13 +840,15 @@ FTS auxiliary INDEX table and clear the cache at the end. @param[in,out] table fts table @param[in] unlock_cache whether unlock cache when write node @param[in] wait whether wait for existing sync to finish +@param[in] has_dict whether has dict operation lock @return DB_SUCCESS on success, error code on failure. */ UNIV_INTERN dberr_t fts_sync_table( dict_table_t* table, bool unlock_cache, - bool wait); + bool wait, + bool has_dict); /****************************************************************//** Free the query graph but check whether dict_sys->mutex is already |