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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7486a5be
Commit
7486a5be
authored
Mar 11, 2005
by
marko@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
row0sel.c:
row_sel_store_mysql_rec(): Remove unused variable "index".
parent
31a1510f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
innobase/row/row0sel.c
innobase/row/row0sel.c
+0
-6
No files found.
innobase/row/row0sel.c
View file @
7486a5be
...
...
@@ -2352,16 +2352,10 @@ row_sel_store_mysql_rec(
byte
*
blob_buf
;
int
pad_char
;
ulint
i
;
dict_index_t
*
index
;
ut_ad
(
prebuilt
->
mysql_template
);
ut_ad
(
rec_offs_validate
(
rec
,
NULL
,
offsets
));
index
=
prebuilt
->
index
;
if
(
prebuilt
->
need_to_access_clustered
)
{
index
=
dict_table_get_first_index
(
index
->
table
);
}
if
(
prebuilt
->
blob_heap
!=
NULL
)
{
mem_heap_free
(
prebuilt
->
blob_heap
);
prebuilt
->
blob_heap
=
NULL
;
...
...
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