diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-19 12:09:52 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-19 12:09:52 +0200 |
commit | 93e02adcfab140265d3baf2062057826b3a28bc2 (patch) | |
tree | 11acbcf83ba9f40be4d590a80de9558743535f17 /sql/item_create.cc | |
parent | 6e7a37d3e8fc1f32c382dae143eb091be1eb1e8f (diff) | |
parent | df129b749d609b75077ab7d60d65d40ff77b8299 (diff) | |
download | mariadb-git-93e02adcfab140265d3baf2062057826b3a28bc2.tar.gz |
Manual merge mysql-trunk -> mysql-trunk-wl3352
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r-- | sql/item_create.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc index 3adc0112ff8..17452fb7266 100644 --- a/sql/item_create.cc +++ b/sql/item_create.cc @@ -5054,10 +5054,9 @@ create_func_cast(THD *thd, Item *a, Cast_target cast_type, const char *c_len, const char *c_dec, CHARSET_INFO *cs) { - Item *res; + Item *UNINIT_VAR(res); ulong len; uint dec; - LINT_INIT(res); switch (cast_type) { case ITEM_CAST_BINARY: |