mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Change C_STRING_WITH_LEN to STRING_WITH_LEN
This preserves const str for constant strings Other things - A few variables where changed from LEX_STRING to LEX_CSTRING - Incident_log_event::Incident_log_event and record_incident where changed to take LEX_CSTRING* as an argument instead of LEX_STRING
This commit is contained in:
@ -1245,7 +1245,7 @@ uint32 convert_error_message(char *to, uint32 to_length,
|
||||
const char *from, uint32 from_length,
|
||||
CHARSET_INFO *from_cs, uint *errors);
|
||||
|
||||
extern const LEX_STRING warning_level_names[];
|
||||
extern const LEX_CSTRING warning_level_names[];
|
||||
|
||||
bool is_sqlstate_valid(const LEX_CSTRING *sqlstate);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user