summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com/eagle.(none)>2007-06-09 18:18:34 +0500
committerunknown <gluh@mysql.com/eagle.(none)>2007-06-09 18:18:34 +0500
commit66866ba3965c83e65939f2ba9c8ce36ce1a03351 (patch)
treeccfe8f1fda89a312d92c9bbb3439315cd520ccd6 /sql
parentc9929f2958b61589b9a95733926a03db9058e342 (diff)
downloadmariadb-git-66866ba3965c83e65939f2ba9c8ce36ce1a03351.tar.gz
compiler warning fix
Diffstat (limited to 'sql')
-rw-r--r--sql/item_strfunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index f9a0f715985..33e9b8de823 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -3334,7 +3334,7 @@ String *Item_func_uuid::val_str(String *str)
*--s=_dig_vec_lower[mac[i] >> 4];
}
randominit(&uuid_rand, tmp + (ulong) server_start_time,
- tmp + thd->status_var.bytes_sent);
+ tmp + (ulong) thd->status_var.bytes_sent);
set_clock_seq_str();
}