diff options
author | Chad MILLER <chad@mysql.com> | 2008-07-14 16:16:37 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-07-14 16:16:37 -0400 |
commit | dae4c823e96ee514334a65de01b10c479b671bd0 (patch) | |
tree | 6009880c2c51b3422d95a760220fb7a20ebdb3e0 /sql/set_var.cc | |
parent | c94a46240a912bd71d6ec961132ae3e6f4746bd5 (diff) | |
parent | 443698a56d078915cc31850b40d7ae3206cda29e (diff) | |
download | mariadb-git-dae4c823e96ee514334a65de01b10c479b671bd0.tar.gz |
Merge from 5.0 trunk.
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r-- | sql/set_var.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc index 71a5a26f1d7..eb381bfecf4 100644 --- a/sql/set_var.cc +++ b/sql/set_var.cc @@ -2004,7 +2004,7 @@ void sys_var_thd_date_time_format::update2(THD *thd, enum_var_type type, { DATE_TIME_FORMAT *old; DBUG_ENTER("sys_var_date_time_format::update2"); - DBUG_DUMP("positions",(char*) new_value->positions, + DBUG_DUMP("positions", new_value->positions, sizeof(new_value->positions)); if (type == OPT_GLOBAL) |