Project

General

Profile

Task #82671 » remove-double-index-from-index_words.patch

Alexander Grein, 2017-10-04 12:54

View differences:

ext_tables.sql (revision )
metaphone int(11) DEFAULT '0' NOT NULL,
is_stopword tinyint(3) DEFAULT '0' NOT NULL,
PRIMARY KEY (wid),
KEY baseword (baseword,wid),
KEY metaphone (metaphone,wid)
KEY baseword (baseword),
KEY metaphone (metaphone)
) ENGINE=InnoDB;
#
(2-2/3)