~percona-toolkit-dev/percona-toolkit/pt-agent

« back to all changes in this revision

Viewing changes to t/lib/samples/hyphentest.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 `instrument_relation` (
 
2
  `pfk-source_instrument_id` int(10) unsigned NOT NULL,
 
3
  `pfk-related_instrument_id` int(10) unsigned NOT NULL,
 
4
  `sort_order` int(11) NOT NULL,
 
5
  PRIMARY KEY  (`pfk-source_instrument_id`,`pfk-related_instrument_id`),
 
6
  KEY `sort_order` (`sort_order`)
 
7
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci