~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/information_schema.test

  • Committer: Brian Aker
  • Date: 2008-07-06 03:24:37 UTC
  • Revision ID: brian@tangent.org-20080706032437-gfnpob6l1tjccisl
First pass for removing mediumint (3 byte INT type).

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
from information_schema.columns
174
174
where table_name='t1';
175
175
drop table t1;
176
 
create table t1(f1 tinyint, f2 SMALLINT, f3 mediumint, f4 int,
 
176
create table t1(f1 tinyint, f2 SMALLINT, f3 BIGINT, f4 int,
177
177
                f5 BIGINT, f6 TINYINT, f7 SMALLINT);
178
178
select column_name, NUMERIC_PRECISION, NUMERIC_SCALE
179
179
from information_schema.columns