1
0
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:
Sergey Petrunya
2011-06-03 21:45:24 +04:00
parent 668d79e87c
commit f0f2ec3086
3 changed files with 3 additions and 2 deletions

View File

@ -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