~percona-toolkit-dev/percona-toolkit/fix-change-master-bug-932614

« back to all changes in this revision

Viewing changes to t/lib/samples/dupe_fulltext_exact.sql

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE `ft_dupe_key_exact` (
 
2
  `a` varchar(16) default NULL,
 
3
  `b` varchar(16) default NULL,
 
4
  FULLTEXT KEY `ft_idx_a_b_1` (`a`,`b`),
 
5
  FULLTEXT KEY `ft_idx_a_b_2` (`a`,`b`)
 
6
) ENGINE=MyISAM DEFAULT CHARSET=latin