mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +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:
@@ -129,7 +129,7 @@ bool check_stack_overrun(THD *thd, long margin, uchar *dummy);
|
||||
extern const char* any_db;
|
||||
extern uint sql_command_flags[];
|
||||
extern uint server_command_flags[];
|
||||
extern const LEX_STRING command_name[];
|
||||
extern const LEX_CSTRING command_name[];
|
||||
extern uint server_command_flags[];
|
||||
|
||||
/* Inline functions */
|
||||
|
Reference in New Issue
Block a user