mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-22263: main.func_debug fails on a valgrind build with wrong result
Patches of interest:374dae3ecc49, 374dae3ecc
This commit is contained in:
@ -1671,6 +1671,6 @@ a
|
||||
2
|
||||
9
|
||||
Warnings:
|
||||
Note 1105 DBUG: Item_subselect::exec (select max(`test`.`t1`.`a`) from `test`.`t...
|
||||
Note 1105 DBUG: Item_subselect::exec (select max(`test`.`t1`.`a`) from `test`.`t1`)
|
||||
DROP TABLE t1;
|
||||
SET SESSION debug_dbug="-d,Item_subselect";
|
||||
|
Reference in New Issue
Block a user