mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Portability fixes
This commit is contained in:
@@ -1126,12 +1126,3 @@ inline void setup_table_map(TABLE *table, TABLE_LIST *table_list, uint tablenr)
|
||||
table->map= (table_map) 1 << tablenr;
|
||||
table->force_index= table_list->force_index;
|
||||
}
|
||||
|
||||
typedef struct st_sym_group {
|
||||
const char *name;
|
||||
const char *needed_define;
|
||||
} SYM_GROUP;
|
||||
|
||||
extern SYM_GROUP sym_group_common;
|
||||
extern SYM_GROUP sym_group_geom;
|
||||
extern SYM_GROUP sym_group_rtree;
|
||||
|
Reference in New Issue
Block a user