~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.cc

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
    true    failure
159
159
*/
160
160
 
161
 
#define extra_size sizeof(double)
162
 
 
163
161
bool user_var_entry::update_hash(bool set_null, void *ptr, uint32_t arg_length,
164
162
                                 Item_result arg_type, const CHARSET_INFO * const cs, Derivation dv,
165
163
                                 bool unsigned_arg)