summaryrefslogtreecommitdiff
path: root/mysql-test/r/view.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/view.result')
-rw-r--r--mysql-test/r/view.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/view.result b/mysql-test/r/view.result
index 239849ed8d1..1bdf81a5ee4 100644
--- a/mysql-test/r/view.result
+++ b/mysql-test/r/view.result
@@ -448,7 +448,7 @@ create view v1 as select a+1 from t1;
create table t2 select * from v1;
show columns from t2;
Field Type Null Key Default Extra
-a+1 bigint(17) YES NULL
+a+1 bigint(12) YES NULL
select * from t2;
a+1
2