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

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/olap.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:
635
635
SELECT a, LENGTH(a), COUNT(*) FROM t1 GROUP BY a WITH ROLLUP;
636
636
DESC v1;
637
637
Field   Type    Null    Key     Default Extra
638
 
a       int(11) YES             0       
639
 
LENGTH(a)       int(10) YES             NULL    
 
638
a       bigint(11)      YES             NULL    
 
639
LENGTH(a)       bigint(10)      YES             NULL    
640
640
COUNT(*)        bigint(21)      NO              0       
641
641
SELECT * FROM v1;
642
642
a       LENGTH(a)       COUNT(*)