~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to tests/r/type_ranges.result

  • Committer: Monty Taylor
  • Date: 2010-09-09 18:35:25 UTC
  • mto: (1308.1.63 trunk)
  • mto: This revision was merged to the branch mainline in revision 1312.
  • Revision ID: mordred@inaugust.com-20100909183525-6l72i1glofd3qe5m
Tags: upstream-2010.08.1742
ImportĀ upstreamĀ versionĀ 2010.08.1742

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
update t2 set string="changed" where auto=16;
131
131
show columns from t1;
132
132
Field   Type    Null    Default Default_is_NULL On_Update
133
 
auto    INTEGER NO      0       NO      
 
133
auto    INTEGER NO              NO      
134
134
string  VARCHAR YES     hello   NO      
135
135
tiny    INTEGER NO      0       NO      
136
136
short   INTEGER NO      1       NO