~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/metadata.result

  • Committer: Brian Aker
  • Date: 2009-03-30 18:13:06 UTC
  • mfrom: (968.1.1 lib-merge)
  • Revision ID: brian@tangent.org-20090330181306-hzodbge1b0v57puh
Merge of Eric's libdrizzle work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
1
84
84
1
85
85
drop table t1;
86
 
create table t1 (i int);
87
 
insert into t1 values (1),(2),(3);
88
 
select * from t1 where i = 2;
89
 
drop table t1;//
90
 
affected rows: 0
91
 
affected rows: 3
92
 
info: Records: 3  Duplicates: 0  Warnings: 0
93
 
i
94
 
2
95
 
affected rows: 1
96
 
affected rows: 0
97
86
select a.* from (select 2147483648 as v_large) a;
98
87
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
99
88
def                     a       v_large v_large 5       10      10      N       32769   0       63