mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merging index_merge/Unique into 5.0
BitKeeper/etc/logging_ok: auto-union sql/sql_list.h: Auto merged
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user