Browse Source

a case of uninitialized variable

pull/96/head
Sergei Golubchik 11 years ago
parent
commit
fc40f81eda
  1. 2
      sql/sql_plugin.cc

2
sql/sql_plugin.cc

@ -3843,7 +3843,7 @@ static int test_plugin_options(MEM_ROOT *tmp_root, struct st_plugin_int *tmp,
&tmp->mem_root : &plugin_vars_mem_root;
st_mysql_sys_var **opt;
my_option *opts= NULL;
int error;
int error= 1;
struct st_bookmark *var;
uint len=0, count= EXTRA_OPTIONS;
st_ptr_backup *tmp_backup= 0;

Loading…
Cancel
Save