Commit df41cc20 authored by Georgi Kodinov's avatar Georgi Kodinov

backported a change from 5.1

parent ebdb0b91
...@@ -552,9 +552,9 @@ int PROFILING::fill_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond) ...@@ -552,9 +552,9 @@ int PROFILING::fill_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond)
The order of these fields is set by the query_profile_statistics_info The order of these fields is set by the query_profile_statistics_info
array. array.
*/ */
table->field[0]->store((longlong) query->profiling_query_id, TRUE); table->field[0]->store((ulonglong) query->profiling_query_id, TRUE);
/* the step in the sequence */ /* the step in the sequence */
table->field[1]->store((longlong) seq, TRUE); table->field[1]->store((ulonglong) seq, TRUE);
/* /*
This entry, n, has a point in time, T(n), and a status phrase, S(n). This entry, n, has a point in time, T(n), and a status phrase, S(n).
The status phrase S(n) describes the period of time that begins at The status phrase S(n) describes the period of time that begins at
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment