~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
*/
161
161
 
162
162
extern "C" unsigned char *get_key_conn(user_conn *buff, size_t *length,
163
 
                               bool not_used __attribute__((unused)))
 
163
                               bool )
164
164
{
165
165
  *length= buff->len;
166
166
  return (unsigned char*) buff->user;