mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
A lot of fixes to make character set work ok, first step to fixing BUG#48163
This commit is contained in:
parent
f3f4e41c37
commit
6f27ad15b2
10 changed files with 397 additions and 76 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue