1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Adding "const" qualifier into a few methods and parameters in the LOAD code

Methods:
- Item_user_var_as_out_param::print_for_load()
- sql_exchange::escaped_given(void)

Parameters:
- sql_exchange in write_execute_load_query_log_event()
- sql_exchange in mysql_load()
- sql_exchange in Load_log_event::Load_log_event()

Also, removing cast to "char*" in a few places in
Load_log_event::Load_log_event()
This commit is contained in:
Alexander Barkov
2018-03-15 23:29:48 +04:00
parent d509981498
commit 9472f0f4a4
8 changed files with 15 additions and 15 deletions

View File

@ -4832,7 +4832,7 @@ public:
CHARSET_INFO *cs;
sql_exchange(const char *name, bool dumpfile_flag,
enum_filetype filetype_arg= FILETYPE_CSV);
bool escaped_given(void);
bool escaped_given(void) const;
};
/*