diff options
author | evgen@moonbone.local <> | 2007-05-30 19:35:35 +0400 |
---|---|---|
committer | evgen@moonbone.local <> | 2007-05-30 19:35:35 +0400 |
commit | 75afe5cab587848b892e13731e63fe1b2b6c61e8 (patch) | |
tree | 9cc17888a2b22fe163b087455d74766f17c0a8aa /mysql-test/r/olap.result | |
parent | 51de1c57084fa606a5033e6a8f8d4607899402e8 (diff) | |
parent | 22c1bfbbc9b978e9f53874a8076bfea2a7af20d0 (diff) | |
download | mariadb-git-75afe5cab587848b892e13731e63fe1b2b6c61e8.tar.gz |
Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-opt
into moonbone.local:/mnt/gentoo64/work/test-5.1-opt-mysql
Diffstat (limited to 'mysql-test/r/olap.result')
-rw-r--r-- | mysql-test/r/olap.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/olap.result b/mysql-test/r/olap.result index f5544b4d115..67c45b698ce 100644 --- a/mysql-test/r/olap.result +++ b/mysql-test/r/olap.result @@ -696,8 +696,8 @@ CREATE VIEW v1 AS SELECT a, LENGTH(a), COUNT(*) FROM t1 GROUP BY a WITH ROLLUP; DESC v1; Field Type Null Key Default Extra -a int(11) YES 0 -LENGTH(a) int(10) YES NULL +a bigint(11) YES NULL +LENGTH(a) bigint(10) YES NULL COUNT(*) bigint(21) NO 0 SELECT * FROM v1; a LENGTH(a) COUNT(*) |