Skip to content

Commit bb54df6

Browse files
committed
update test results after MDEV-9307
1 parent b128f26 commit bb54df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/funcs_1/r/is_columns_is_embedded.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def information_schema TABLES AUTO_INCREMENT 14 NULL YES bigint NULL NULL 20 0 N
363363
def information_schema TABLES AVG_ROW_LENGTH 9 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(21) unsigned
364364
def information_schema TABLES CHECKSUM 19 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(21) unsigned
365365
def information_schema TABLES CHECK_TIME 17 NULL YES datetime NULL NULL NULL NULL 0 NULL NULL datetime
366-
def information_schema TABLES CREATE_OPTIONS 20 NULL YES varchar255 765NULL NULL NULL utf8 utf8_general_ci varchar(255)
366+
def information_schema TABLES CREATE_OPTIONS 20 NULL YES varchar2048 6144NULL NULL NULL utf8 utf8_general_ci varchar(2048)
367367
def information_schema TABLES CREATE_TIME 15 NULL YES datetime NULL NULL NULL NULL 0 NULL NULL datetime
368368
def information_schema TABLES DATA_FREE 13 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(21) unsigned
369369
def information_schema TABLES DATA_LENGTH 10 NULL YES bigint NULL NULL 20 0 NULL NULL NULL bigint(21) unsigned
@@ -906,7 +906,7 @@ NULL information_schema TABLES UPDATE_TIME datetime NULL NULL NULL NULL datetime
906906
NULL information_schema TABLES CHECK_TIME datetime NULL NULL NULL NULL datetime
907907
3.0000 information_schema TABLES TABLE_COLLATION varchar 32 96 utf8 utf8_general_ci varchar(32)
908908
NULL information_schema TABLES CHECKSUM bigint NULL NULL NULL NULL bigint(21) unsigned
909-
3.0000 information_schema TABLES CREATE_OPTIONS varchar255 765utf8 utf8_general_ci varchar(255)
909+
3.0000 information_schema TABLES CREATE_OPTIONS varchar2048 6144utf8 utf8_general_ci varchar(2048)
910910
3.0000 information_schema TABLES TABLE_COMMENT varchar 2048 6144 utf8 utf8_general_ci varchar(2048)
911911
3.0000 information_schema TABLESPACES TABLESPACE_NAME varchar 64 192 utf8 utf8_general_ci varchar(64)
912912
3.0000 information_schema TABLESPACES ENGINE varchar 64 192 utf8 utf8_general_ci varchar(64)

0 commit comments

Comments
 (0)