~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/get_user_var.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
*/
82
82
 
83
 
int get_var_with_binlog(Session *session, enum_sql_command sql_command,
84
 
                        LEX_STRING &name, user_var_entry **out_entry)
 
83
static int get_var_with_binlog(Session *session, enum_sql_command sql_command,
 
84
                               LEX_STRING &name, user_var_entry **out_entry)
85
85
{
86
86
  BINLOG_USER_VAR_EVENT *user_var_event;
87
87
  user_var_entry *var_entry;