diff options
author | monty@mysql.com <> | 2005-01-18 04:03:26 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-01-18 04:03:26 +0200 |
commit | 502ba93b38cfeae6b291e5618595f9b2ee33a28f (patch) | |
tree | bb697cb498858b14ae0d525938dd3fcd68d13eaa /sql/sql_select.cc | |
parent | 88b1fbaf2f49c33d44721d7c51a46c7c121292f3 (diff) | |
parent | edffca827e40635a3738f7e5b4251033e485f024 (diff) | |
download | mariadb-git-502ba93b38cfeae6b291e5618595f9b2ee33a28f.tar.gz |
Merge with global tree
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r-- | sql/sql_select.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc index cf02d1c4f6e..94a2390324c 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -10443,7 +10443,7 @@ test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit, HA_POS_ERROR : tab->join->unit->select_limit_cnt) <= 0) DBUG_RETURN(0); } - ref_key= new_ref_key; + ref_key= new_ref_key; } } /* Check if we get the rows in requested sorted order by using the key */ |