Fix clang -Wunused-private-field
This commit is contained in:
parent
1f3bcff1f2
commit
6a9b216301
@ -1737,7 +1737,6 @@ class Item_func_set_user_var :public Item_func_user_var
|
|||||||
user variable it the first connection context).
|
user variable it the first connection context).
|
||||||
*/
|
*/
|
||||||
my_thread_id entry_thread_id;
|
my_thread_id entry_thread_id;
|
||||||
char buffer[MAX_FIELD_WIDTH];
|
|
||||||
String value;
|
String value;
|
||||||
my_decimal decimal_buff;
|
my_decimal decimal_buff;
|
||||||
bool null_item;
|
bool null_item;
|
||||||
|
@ -4565,7 +4565,6 @@ class select_insert :public select_result_interceptor {
|
|||||||
|
|
||||||
|
|
||||||
class select_create: public select_insert {
|
class select_create: public select_insert {
|
||||||
ORDER *group;
|
|
||||||
TABLE_LIST *create_table;
|
TABLE_LIST *create_table;
|
||||||
Table_specification_st *create_info;
|
Table_specification_st *create_info;
|
||||||
TABLE_LIST *select_tables;
|
TABLE_LIST *select_tables;
|
||||||
|
@ -68,15 +68,13 @@ class READ_INFO {
|
|||||||
File file;
|
File file;
|
||||||
uchar *buffer, /* Buffer for read text */
|
uchar *buffer, /* Buffer for read text */
|
||||||
*end_of_buff; /* Data in bufferts ends here */
|
*end_of_buff; /* Data in bufferts ends here */
|
||||||
uint buff_length, /* Length of buffert */
|
uint buff_length; /* Length of buffert */
|
||||||
max_length; /* Max length of row */
|
|
||||||
const uchar *field_term_ptr,*line_term_ptr;
|
const uchar *field_term_ptr,*line_term_ptr;
|
||||||
const char *line_start_ptr,*line_start_end;
|
const char *line_start_ptr,*line_start_end;
|
||||||
uint field_term_length,line_term_length,enclosed_length;
|
uint field_term_length,line_term_length,enclosed_length;
|
||||||
int field_term_char,line_term_char,enclosed_char,escape_char;
|
int field_term_char,line_term_char,enclosed_char,escape_char;
|
||||||
int *stack,*stack_pos;
|
int *stack,*stack_pos;
|
||||||
bool found_end_of_line,start_of_line,eof;
|
bool found_end_of_line,start_of_line,eof;
|
||||||
NET *io_net;
|
|
||||||
int level; /* for load xml */
|
int level; /* for load xml */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user