mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Buildbot fixes:
- make sp.test work both with and without query_cache (attempt 2) - fix compile warning in make_sort_key(), as directed by SergeiG
This commit is contained in:
@ -875,7 +875,7 @@ static void make_sortkey(register SORTPARAM *param,
|
||||
case INT_RESULT:
|
||||
case TIME_RESULT:
|
||||
{
|
||||
longlong value;
|
||||
longlong UNINIT_VAR(value);
|
||||
if (sort_field->result_type == INT_RESULT)
|
||||
value= item->val_int_result();
|
||||
else
|
||||
|
Reference in New Issue
Block a user