~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

  • Committer: Brian Aker
  • Date: 2008-07-28 19:08:55 UTC
  • Revision ID: brian@tangent.org-20080728190855-t7k80o504mi6yrpz
Cleanup int() work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
#
330
330
# Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries fail
331
331
#
332
 
create table t1 (f1 int(11));
333
 
create table t2 (f1 int(11), f2 int(11));
 
332
create table t1 (f1 int);
 
333
create table t2 (f1 int, f2 int);
334
334
 
335
335
select table_name from information_schema.tables
336
336
where table_schema = 'test' and table_name not in