~kalebral-deactivatedaccount/drizzle/change-error_num_to_enum-2

« back to all changes in this revision

Viewing changes to tests/r/type_ranges.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

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