Commit 0acd1fd4 authored by unknown's avatar unknown

Fix for #2184 (Prepared statements if embedded library broken)

There was an error with same function/class member names


sql/sql_prepare.cc:
  Name scope specified
parent e1609eea
......@@ -1193,7 +1193,7 @@ Prepared_statement::Prepared_statement(THD *thd_arg)
#ifndef EMBEDDED_LIBRARY
setup_params= insert_params; // not fully qualified query
#else
setup_params_data= setup_params_data;
setup_params_data= ::setup_params_data;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment