…alter=”add column v varchar(100) not null” D=sbtest,t=sbtest Altering `sbtest`.`sbtest`… Creating new table… Created new table sbtest._sbtest_new OK. Altering…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… I create one, the following warning is generated: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details); Query OK, 0… you defined for the underlying table, or it can be a sequence value generated by InnoDB when the table does not contain a… it, this is what happens: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY (details); ERROR 1795 (HY000…

