~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/bigint.result

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
9223372036854775808     -9223372036854775808
369
369
create table t1 select -9223372036854775808 bi;
370
370
describe t1;
371
 
Field   Type    Null    Default Default is NULL On Update
 
371
Field   Type    Null    Default Default_is_NULL On_Update
372
372
bi      BIGINT  FALSE           FALSE   
373
373
drop table t1;
374
374
create table t1 select -9223372036854775809 bi;
375
375
describe t1;
376
 
Field   Type    Null    Default Default is NULL On Update
 
376
Field   Type    Null    Default Default_is_NULL On_Update
377
377
bi      DECIMAL FALSE           FALSE   
378
378
drop table t1;