summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat/oracle/r/sp.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-08-06 18:02:03 +0400
committerAlexander Barkov <bar@mariadb.com>2019-08-06 18:02:03 +0400
commita8def12e8a65cee915029de46d6e37b338ee9289 (patch)
tree4b0ca466bcf24c25a8d3d34a4a99a299c240ff88 /mysql-test/suite/compat/oracle/r/sp.result
parentf36c0189b15b7ba0bd2de187223fe59f2359186e (diff)
downloadmariadb-git-a8def12e8a65cee915029de46d6e37b338ee9289.tar.gz
MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOB
Diffstat (limited to 'mysql-test/suite/compat/oracle/r/sp.result')
-rw-r--r--mysql-test/suite/compat/oracle/r/sp.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/compat/oracle/r/sp.result b/mysql-test/suite/compat/oracle/r/sp.result
index 8fa49c4092a..2d4244110f9 100644
--- a/mysql-test/suite/compat/oracle/r/sp.result
+++ b/mysql-test/suite/compat/oracle/r/sp.result
@@ -2072,7 +2072,7 @@ t1 CREATE TABLE "t1" (
"tables_table_name" varchar(64) CHARACTER SET utf8 DEFAULT NULL,
"tables_table_rows" bigint(21) unsigned DEFAULT NULL,
"processlist_info" longtext CHARACTER SET utf8 DEFAULT NULL,
- "processlist_info_binary" blob DEFAULT NULL
+ "processlist_info_binary" blob(65535) DEFAULT NULL
)
DROP TABLE t1;
DROP PROCEDURE p1;