~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/execution_constants.test

  • Committer: Brian Aker
  • Date: 2008-09-21 12:42:22 UTC
  • Revision ID: brian@tangent.org-20080921124222-zhjb3i0aqoz9723u
Cleanup tiny and small int.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# space small, and this test verifies that the reservation is not too small.
8
8
 
9
9
CREATE TABLE `t_bug21476` (
10
 
  `ID_BOARD` smallint(5) unsigned NOT NULL default '0',
 
10
  `ID_BOARD` int(5) unsigned NOT NULL default '0',
11
11
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
12
12
  `logTime` int(10) unsigned NOT NULL default '0',
13
13
  `ID_MSG` mediumint(8) unsigned NOT NULL default '0',