~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/type_ranges.result

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
one     one
209
209
drop table t2;
210
210
create table t2 select * from t1;
211
 
Warnings:
212
 
Warning 1265    Data truncated for column 'options' at row 4
213
 
Warning 1265    Data truncated for column 'options' at row 5
214
 
Warning 1265    Data truncated for column 'options' at row 6
215
211
update t2 set string="changed" where auto=16;
216
212
show full columns from t1;
217
213
Field   Type    Collation       Null    Key     Default Extra   Privileges      Comment