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
c8d9ec2c
Commit
c8d9ec2c
authored
May 29, 2018
by
Eugene Kosov
Committed by
Sergey Vojtovich
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup unused READ_RECORD::forms
parent
617d34ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
sql/records.cc
sql/records.cc
+0
-1
sql/records.h
sql/records.h
+0
-2
sql/sql_window.h
sql/sql_window.h
+0
-1
No files found.
sql/records.cc
View file @
c8d9ec2c
...
...
@@ -194,7 +194,6 @@ bool init_read_record(READ_RECORD *info,THD *thd, TABLE *table,
bzero
((
char
*
)
info
,
sizeof
(
*
info
));
info
->
thd
=
thd
;
info
->
table
=
table
;
info
->
forms
=
&
info
->
table
;
/* Only one table */
info
->
addon_field
=
addon_field
;
if
((
table
->
s
->
tmp_table
==
INTERNAL_TMP_TABLE
||
...
...
sql/records.h
View file @
c8d9ec2c
...
...
@@ -52,8 +52,6 @@ struct READ_RECORD
typedef
int
(
*
Setup_func
)(
struct
st_join_table
*
);
TABLE
*
table
;
/* Head-form */
//handler *file;
TABLE
**
forms
;
/* head and ref forms */
Unlock_row_func
unlock_row
;
Read_func
read_record_func
;
THD
*
thd
;
...
...
sql/sql_window.h
View file @
c8d9ec2c
...
...
@@ -18,7 +18,6 @@
#define SQL_WINDOW_INCLUDED
#include "filesort.h"
#include "records.h"
class
Item_window_func
;
...
...
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