Fixed valgrind problem in expression cache (double opening the table).
sql/sql_expression_cache.cc: The call should not open the temporary table. It will be done later after its index creation.
Showing
Please register or sign in to comment