Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
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
Attachments
Issue Links
- blocks
-
MDEV-10709 Expressions as parameters to Dynamic SQL
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Parent |
|
|
Issue Type | Task [ 3 ] | Technical task [ 7 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link |
This issue blocks |
Description |
We'll join character set related members if Item_param into a structure like this:
{code:cpp} struct CONVERSION_INFO { CHARSET_INFO *character_set_client; CHARSET_INFO *character_set_of_placeholder; CHARSET_INFO *final_character_set_of_str_value; } cs_info; {code} This is needed for easier further work, e,g, |
We'll join character set related members if Item_param into a structure like this:
{code:cpp} struct CONVERSION_INFO { CHARSET_INFO *character_set_client; CHARSET_INFO *character_set_of_placeholder; CHARSET_INFO *final_character_set_of_str_value; } cs_info; {code} This is needed for easier further work, e,g, |
Labels | Compatibility |
Description |
We'll join character set related members if Item_param into a structure like this:
{code:cpp} struct CONVERSION_INFO { CHARSET_INFO *character_set_client; CHARSET_INFO *character_set_of_placeholder; CHARSET_INFO *final_character_set_of_str_value; } cs_info; {code} This is needed for easier further work, e,g, |
We'll join character set related members in Item_param into a structure like this:
{code:cpp} struct CONVERSION_INFO { CHARSET_INFO *character_set_client; CHARSET_INFO *character_set_of_placeholder; CHARSET_INFO *final_character_set_of_str_value; } cs_info; {code} This is needed for easier further work, e,g, |
Fix Version/s | 10.3.0 [ 22127 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.2.3 [ 22115 ] |
Labels | Compatibility | Compatibility NRE-307517 |
Labels | Compatibility NRE-307517 | Approved Compatibility NRE-307517 |
NRE Projects | NRE-307517 |
Labels | Approved Compatibility NRE-307517 | Approved Compatibility |
NRE Approved | Yes [ 10304 ] |
Labels | Approved Compatibility | Compatibility |
Labels | Compatibility | Compatibility need_review |
Labels | Compatibility need_review | Compatibility need_review refactoring |
Labels | Compatibility need_review refactoring | Compatibility refactoring |
Workflow | MariaDB v3 [ 77008 ] | MariaDB v4 [ 150891 ] |