A lot of fixes to make character set work ok, first step to fixing BUG#48163

This commit is contained in:
Mikael Ronstrom 2009-10-22 16:15:06 +02:00
commit 6f27ad15b2
10 changed files with 397 additions and 76 deletions

View file

@ -281,6 +281,7 @@ public:
bool check_partition_function);
void print_no_partition_found(TABLE *table);
void print_debug(const char *str, uint*);
Item* get_column_item(Item *item, Field *field);
int fix_func_partition(THD *thd,
part_elem_value *val,
partition_element *part_elem,