1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Post-pushbuild corrections for fix of bug #21698.

This commit is contained in:
unknown
2006-09-09 09:43:09 -07:00
parent 21be389b46
commit a65342f38d
6 changed files with 35 additions and 8 deletions

View File

@@ -6919,9 +6919,9 @@ static COND *build_equal_items_for_cond(COND *cond,
as soon the field is not of a string type or the field reference is
an argument of a comparison predicate.
*/
byte *dummy;
byte *is_subst_valid= (byte *) 1;
cond= cond->compile(&Item::subst_argument_checker,
&dummy,
&is_subst_valid,
&Item::equal_fields_propagator,
(byte *) inherited);
cond->update_used_tables();