summaryrefslogtreecommitdiff
path: root/sql/sql_profile.cc
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-01-12 18:17:15 +0200
committerGeorgi Kodinov <joro@sun.com>2009-01-12 18:17:15 +0200
commitb180a1023335c40aba2be060471cedad5e3c0028 (patch)
tree998d4fe16c5941e6968c00edc0fb36804c864215 /sql/sql_profile.cc
parentba506ca6b76b05cc098fd979360a66e27a8efdad (diff)
downloadmariadb-git-b180a1023335c40aba2be060471cedad5e3c0028.tar.gz
Fixed a warning in sql_profile.cc
Diffstat (limited to 'sql/sql_profile.cc')
-rw-r--r--sql/sql_profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_profile.cc b/sql/sql_profile.cc
index c62cf6401ba..cb5b3722559 100644
--- a/sql/sql_profile.cc
+++ b/sql/sql_profile.cc
@@ -552,8 +552,8 @@ 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
array.
*/
- table->field[0]->store((ulonglong) query->profiling_query_id);
- table->field[1]->store((ulonglong) seq); /* the step in the sequence */
+ table->field[0]->store((ulonglong) query->profiling_query_id, TRUE);
+ table->field[1]->store((ulonglong) seq, TRUE); /* the step in the sequence */
/*
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