Commit 2d4fbe5a authored by hf@deer.(none)'s avatar hf@deer.(none)

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

There was an error with same function/class member names
parent 60adb161
......@@ -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