diff options
author | unknown <sergefp@mysql.com> | 2003-11-23 15:17:46 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2003-11-23 15:17:46 +0300 |
commit | 4e4aa26bde84853a397153ea78b39111086f5810 (patch) | |
tree | 8b728f86867aab980a82cd4a1ff481dcbd81711a /sql/sql_select.h | |
parent | 3af16aeb232a7b3386e0e2549a08b1d7bbe1f9ff (diff) | |
parent | 0a112b553a5ec71a47c11b4641e9be0c2b0cc228 (diff) | |
download | mariadb-git-4e4aa26bde84853a397153ea78b39111086f5810.tar.gz |
Merging index_merge/Unique into 5.0
BitKeeper/etc/logging_ok:
auto-union
sql/sql_list.h:
Auto merged
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 53339f7238a..d1d19491391 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -316,6 +316,9 @@ uint find_shortest_key(TABLE *table, const key_map *usable_keys); /* functions from opt_sum.cc */ int opt_sum_query(TABLE_LIST *tables, List<Item> &all_fields,COND *conds); +/* from sql_delete.cc, used by opt_range.cc */ +extern "C" int refposcmp2(void* arg, const void *a,const void *b); + /* class to copying an field/item to a key struct */ class store_key :public Sql_alloc |