Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
6a9b2163
Commit
6a9b2163
authored
Apr 03, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clang -Wunused-private-field
parent
1f3bcff1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
sql/item_func.h
sql/item_func.h
+0
-1
sql/sql_class.h
sql/sql_class.h
+0
-1
sql/sql_load.cc
sql/sql_load.cc
+1
-3
No files found.
sql/item_func.h
View file @
6a9b2163
...
...
@@ -1737,7 +1737,6 @@ class Item_func_set_user_var :public Item_func_user_var
user variable it the first connection context).
*/
my_thread_id
entry_thread_id
;
char
buffer
[
MAX_FIELD_WIDTH
];
String
value
;
my_decimal
decimal_buff
;
bool
null_item
;
...
...
sql/sql_class.h
View file @
6a9b2163
...
...
@@ -4565,7 +4565,6 @@ class select_insert :public select_result_interceptor {
class
select_create
:
public
select_insert
{
ORDER
*
group
;
TABLE_LIST
*
create_table
;
Table_specification_st
*
create_info
;
TABLE_LIST
*
select_tables
;
...
...
sql/sql_load.cc
View file @
6a9b2163
...
...
@@ -68,15 +68,13 @@ class READ_INFO {
File
file
;
uchar
*
buffer
,
/* Buffer for read text */
*
end_of_buff
;
/* Data in bufferts ends here */
uint
buff_length
,
/* Length of buffert */
max_length
;
/* Max length of row */
uint
buff_length
;
/* Length of buffert */
const
uchar
*
field_term_ptr
,
*
line_term_ptr
;
const
char
*
line_start_ptr
,
*
line_start_end
;
uint
field_term_length
,
line_term_length
,
enclosed_length
;
int
field_term_char
,
line_term_char
,
enclosed_char
,
escape_char
;
int
*
stack
,
*
stack_pos
;
bool
found_end_of_line
,
start_of_line
,
eof
;
NET
*
io_net
;
int
level
;
/* for load xml */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment