~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_create.cc

  • Committer: Brian Aker
  • Date: 2008-08-09 02:51:06 UTC
  • Revision ID: brian@tangent.org-20080809025106-cnk5oxfjkb882c2r
Full removal of my_bool from central server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3092
3092
 
3093
3093
extern "C" uchar*
3094
3094
get_native_fct_hash_key(const uchar *buff, size_t *length,
3095
 
                        my_bool /* unused */)
 
3095
                        bool /* unused */)
3096
3096
{
3097
3097
  Native_func_registry *func= (Native_func_registry*) buff;
3098
3098
  *length= func->name.length;