mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Backport of subquery optimizations to 5.3.
There are still test failures because of: - Wrong query results in outer join + semi join - EXPLAIN output differences
This commit is contained in:
@ -2316,6 +2316,8 @@ private:
|
||||
|
||||
#include "multi_range_read.h"
|
||||
|
||||
bool key_uses_partial_cols(TABLE *table, uint keyno);
|
||||
|
||||
/* Some extern variables used with handlers */
|
||||
|
||||
extern const char *ha_row_type[];
|
||||
|
Reference in New Issue
Block a user