1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

after review fix(CRUM)

after merge fix
This commit is contained in:
bell@sanja.is.com.ua
2002-11-28 20:58:23 +02:00
parent fcb0b8815b
commit 65e27f604f
3 changed files with 6 additions and 8 deletions

View File

@@ -129,7 +129,8 @@ void Item_bool_func2::fix_length_and_dec()
int Arg_comparator::set_compare_func(Item_bool_func2 *item, Item_result type)
{
owner= item;
func= comparator_matrix[type][owner->equal];
func= comparator_matrix[type][(owner->functype() == Item_func::EQUAL_FUNC)?
1:0];
if (type == ROW_RESULT)
{
uint n= args[0]->cols();