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
2158de88
Commit
2158de88
authored
Mar 09, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables.
parent
9fe92a97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
sql/handler.cc
sql/handler.cc
+0
-1
storage/myisam/mi_delete_table.c
storage/myisam/mi_delete_table.c
+0
-1
No files found.
sql/handler.cc
View file @
2158de88
...
...
@@ -3841,7 +3841,6 @@ int handler::delete_table(const char *name)
int
saved_error
=
0
;
int
error
=
0
;
int
enoent_or_zero
;
char
buff
[
FN_REFLEN
];
if
(
ht
->
discover_table
)
enoent_or_zero
=
0
;
// the table may not exist in the engine, it's ok
...
...
storage/myisam/mi_delete_table.c
View file @
2158de88
...
...
@@ -28,7 +28,6 @@
int
mi_delete_table
(
const
char
*
name
)
{
int
res
;
DBUG_ENTER
(
"mi_delete_table"
);
#ifdef EXTRA_DEBUG
...
...
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