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
65daa271
Commit
65daa271
authored
Feb 25, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cset exclude: joreland@mysql.com|ChangeSet|20050224071025|18754
parent
3aa91e24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
sql/sql_parse.cc
sql/sql_parse.cc
+1
-8
No files found.
sql/sql_parse.cc
View file @
65daa271
...
...
@@ -1865,11 +1865,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
mysqld_list_fields
(
thd
,
&
table_list
,
fields
);
thd
->
lex
->
unit
.
cleanup
();
thd
->
cleanup_after_query
();
#ifdef HAVE_INNOBASE_DB
release_local_lock
(
thd
,
locked_tables
,
old_innodb_table_locks
);
#else
release_local_lock
(
thd
,
locked_tables
,
false
);
#endif
break
;
}
#endif
...
...
@@ -4605,11 +4601,8 @@ mysql_execute_command(THD *thd)
if
(
thd
->
lock
==
thd
->
locked_tables
)
thd
->
lock
=
0
;
}
#ifdef HAVE_INNOBASE_DB
release_local_lock
(
thd
,
locked_tables
,
old_innodb_table_locks
);
#else
release_local_lock
(
thd
,
locked_tables
,
false
);
#endif
DBUG_RETURN
(
res
||
thd
->
net
.
report_error
);
}
...
...
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