~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/bigint.result

  • Committer: Monty Taylor
  • Date: 2008-10-20 22:12:36 UTC
  • mto: This revision was merged to the branch mainline in revision 532.
  • Revision ID: monty@inaugust.com-20081020221236-0uxijutpzj7jlpy5
Fixed two tests that relied on old type ids.

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
-9223372036854775808
358
358
select -(-(9223372036854775808));
359
359
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
360
 
def                                     -(-(9223372036854775808))       253     21      19      N       129     0       63
 
360
def                                     -(-(9223372036854775808))       11      21      19      N       129     0       63
361
361
-(-(9223372036854775808))
362
362
9223372036854775808
363
363
select --9223372036854775808, ---9223372036854775808, ----9223372036854775808;