mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Applied all changes from Igor and Sanja
This commit is contained in:
@@ -464,7 +464,7 @@ int opt_sum_query(THD *thd,
|
||||
}
|
||||
|
||||
if (thd->is_error())
|
||||
DBUG_RETURN(thd->stmt_da->sql_errno());
|
||||
DBUG_RETURN(thd->get_stmt_da()->sql_errno());
|
||||
|
||||
/*
|
||||
If we have a where clause, we can only ignore searching in the
|
||||
|
||||
Reference in New Issue
Block a user