Refactor parts of do_select() (JOIN execution).
sql/sql_select.cc: Bits of refactoring of do_select as one step forward to merge cursor and non-cursor execution. Moving send_fields (metadata handling) out of do_select to one level up and moving end_select setting to a separate function. This function is used in the Cursor::open() too.
Showing
Please register or sign in to comment