diff options
Diffstat (limited to 'storage/xtradb/fts/fts0opt.cc')
-rw-r--r-- | storage/xtradb/fts/fts0opt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/fts/fts0opt.cc b/storage/xtradb/fts/fts0opt.cc index a9f3a25530d..910a00cd521 100644 --- a/storage/xtradb/fts/fts0opt.cc +++ b/storage/xtradb/fts/fts0opt.cc @@ -95,7 +95,7 @@ enum fts_msg_type_t { /** Compressed list of words that have been read from FTS INDEX that needs to be optimized. */ struct fts_zip_t { - ulint status; /*!< Status of (un)/zip operation */ + lint status; /*!< Status of (un)/zip operation */ ulint n_words; /*!< Number of words compressed */ |