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
a33f2719
Commit
a33f2719
authored
Jan 12, 2007
by
gluh@mysql.com/eagle.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Function mysql_rm_tmp_tables():
fixed valgrind error fixed indentation
parent
215d3da7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
sql/sql_base.cc
sql/sql_base.cc
+26
-26
No files found.
sql/sql_base.cc
View file @
a33f2719
...
...
@@ -6126,7 +6126,6 @@ my_bool mysql_rm_tmp_tables(void)
}
free_table_share
(
&
share
);
}
}
/*
File can be already deleted by tmp_table.file->delete_table().
So we hide error messages which happnes during deleting of these
...
...
@@ -6134,6 +6133,7 @@ my_bool mysql_rm_tmp_tables(void)
*/
VOID
(
my_delete
(
filePath
,
MYF
(
0
)));
}
}
my_dirend
(
dirp
);
}
delete
thd
;
...
...
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