Navigation Menu

Skip to content

Commit

Permalink
mysql57: include mrn_mysql_compat.h ASAP
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2015
1 parent 55fe666 commit e876cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ha_mroonga.cpp
Expand Up @@ -21,6 +21,7 @@
*/

#include "mrn_mysql.h"
#include "mrn_mysql_compat.h"

#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
Expand Down Expand Up @@ -9366,7 +9367,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys,

TABLE_LIST *table_list = table->pos_in_table_list;
st_select_lex *select_lex = table_list->select_lex;
SELECT_LEX_UNIT *unit = table_list->derived;
SELECT_LEX_UNIT *unit = NULL;// table_list->derived;
st_select_lex *first_select_lex;
if (unit)
{
Expand Down

0 comments on commit e876cc9

Please sign in to comment.