Skip to content

Commit 02e1bdc

Browse files
committed
WL#7909: Server side JSON functions
Post-push fix: Update result file for innodb.innodb_mysql.
1 parent 18c59bd commit 02e1bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/innodb/r/innodb_mysql.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,7 @@ ORDER BY f1 DESC LIMIT 5;
28572857
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
28582858
1 SIMPLE t1 NULL range f2,f4 f4 1 NULL 22 100.00 Using index condition; Using where
28592859
Warnings:
2860-
Note 1003 /* select#1 */ select `test`.`t1`.`f1` AS `f1`,`test`.`t1`.`f2` AS `f2`,`test`.`t1`.`f3` AS `f3`,`test`.`t1`.`f4` AS `f4` from `test`.`t1` where ((`test`.`t1`.`f4` = 1) and (`test`.`t1`.`f2` = 1)) order by `test`.`t1`.`f1` desc limit 5
2860+
Note 1003 /* select#1 */ select `test`.`t1`.`f1` AS `f1`,`test`.`t1`.`f2` AS `f2`,`test`.`t1`.`f3` AS `f3`,`test`.`t1`.`f4` AS `f4` from `test`.`t1` where ((`test`.`t1`.`f4` = TRUE) and (`test`.`t1`.`f2` = 1)) order by `test`.`t1`.`f1` desc limit 5
28612861
DROP TABLE t1;
28622862
#
28632863
# Bug#54117 crash in thr_multi_unlock, temporary table

0 commit comments

Comments
 (0)