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
bbb991e5
Commit
bbb991e5
authored
May 25, 2006
by
ramil@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/ram/work/4.1.b16900
parents
ac158d52
06938563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/sql_class.cc
sql/sql_class.cc
+3
-2
No files found.
sql/sql_class.cc
View file @
bbb991e5
...
...
@@ -426,11 +426,12 @@ void THD::awake(bool prepare_to_die)
THD_CHECK_SENTRY
(
this
);
safe_mutex_assert_owner
(
&
LOCK_delete
);
thr_alarm_kill
(
real_id
);
if
(
prepare_to_die
)
killed
=
1
;
thr_alarm_kill
(
real_id
);
#ifdef SIGNAL_WITH_VIO_CLOSE
close_active_vio
();
else
close_active_vio
();
#endif
if
(
mysys_var
)
{
...
...
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