Loading sql/item_strfunc.cc +3 −3 Original line number Diff line number Diff line Loading @@ -472,7 +472,7 @@ String *Item_func_des_decrypt::val_str(String *str) struct st_des_keyblock keyblock; struct st_des_keyschedule keyschedule; String *res= args[0]->val_str(str); uint length=res->length(),tail; uint length,tail; if ((null_value= args[0]->null_value)) return 0; Loading Loading
sql/item_strfunc.cc +3 −3 Original line number Diff line number Diff line Loading @@ -472,7 +472,7 @@ String *Item_func_des_decrypt::val_str(String *str) struct st_des_keyblock keyblock; struct st_des_keyschedule keyschedule; String *res= args[0]->val_str(str); uint length=res->length(),tail; uint length,tail; if ((null_value= args[0]->null_value)) return 0; Loading