~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-12-24 02:06:33 UTC
  • Revision ID: brian@tangent.org-20081224020633-sbe7ca5yvo8yj5d3
Removal of client side collation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                                                    check_completion_type,
164
164
                                                    fix_completion_type);
165
165
static sys_var_collation_sv
166
 
sys_collation_connection(&vars, "collation_connection",
167
 
                         &SV::collation_connection, &default_charset_info,
168
 
                         sys_var::SESSION_VARIABLE_IN_BINLOG);
169
 
static sys_var_collation_sv
170
166
sys_collation_database(&vars, "collation_database", &SV::collation_database,
171
167
                       &default_charset_info,
172
168
                       sys_var::SESSION_VARIABLE_IN_BINLOG);