-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: OTHER
-
Labels:
-
Sprint:10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
We'll join character set related members in Item_param into a structure like this:
struct CONVERSION_INFO |
{
|
CHARSET_INFO *character_set_client;
|
CHARSET_INFO *character_set_of_placeholder;
|
CHARSET_INFO *final_character_set_of_str_value;
|
} cs_info;
|
This is needed for easier further work, e,g, MDEV-10709
- blocks
-
MDEV-10709 Expressions as parameters to Dynamic SQL
-
- Closed
-