summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/r/binlog.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/vcol/r/binlog.result')
-rw-r--r--mysql-test/suite/vcol/r/binlog.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/vcol/r/binlog.result b/mysql-test/suite/vcol/r/binlog.result
index 519877e9bc0..97d0aabb315 100644
--- a/mysql-test/suite/vcol/r/binlog.result
+++ b/mysql-test/suite/vcol/r/binlog.result
@@ -88,7 +88,7 @@ CREATE TEMPORARY TABLE t1 SELECT UUID();
show create table t1;
Table Create Table
t1 CREATE TEMPORARY TABLE `t1` (
- `UUID()` varchar(36) DEFAULT NULL
+ `UUID()` uuid DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
CREATE TABLE t2 (a INT PRIMARY KEY, b TEXT, c INT GENERATED ALWAYS AS(b));
INSERT INTO t2 (a,b) VALUES (1,1);