summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-18 12:17:09 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-18 16:10:03 +0300
commita624b99f91fa059c392b11a56eabf96c76618543 (patch)
tree50a9872b89a52234dcb14a8247163c4e582f5a3a
parent273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 (diff)
downloadmariadb-git-a624b99f91fa059c392b11a56eabf96c76618543.tar.gz
Remove an unused declaration
-rw-r--r--storage/innobase/include/fts0fts.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/include/fts0fts.h b/storage/innobase/include/fts0fts.h
index fa657b72e70..5c6ad09a827 100644
--- a/storage/innobase/include/fts0fts.h
+++ b/storage/innobase/include/fts0fts.h
@@ -247,13 +247,6 @@ struct fts_doc_ids_t {
doc_ids vector */
};
-// FIXME: Get rid of this if possible.
-/** Since MySQL's character set support for Unicode is woefully inadequate
-(it supports basic operations like isalpha etc. only for 8-bit characters),
-we have to implement our own. We use UTF-16 without surrogate processing
-as our in-memory format. This typedef is a single such character. */
-typedef unsigned short ib_uc_t;
-
/** An UTF-16 ro UTF-8 string. */
struct fts_string_t {
byte* f_str; /*!< string, not necessary terminated in