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
9399e98b
Commit
9399e98b
authored
Feb 08, 2006
by
pappa@c-9a08e253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL 2826: Error handling of ALTER TABLE for partitioning
Close down table log also at exit of main thread
parent
c12c0952
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-0
sql/sql_table.cc
sql/sql_table.cc
+1
-0
No files found.
sql/mysqld.cc
View file @
9399e98b
...
...
@@ -3708,6 +3708,7 @@ we force server id to 2, but this MySQL server will not act as a slave.");
/* (void) pthread_attr_destroy(&connection_attrib); */
DBUG_PRINT
(
"quit"
,(
"Exiting main thread"
));
release_table_log
();
#ifndef __WIN__
#ifdef EXTRA_DEBUG2
...
...
sql/sql_table.cc
View file @
9399e98b
...
...
@@ -851,6 +851,7 @@ release_table_log()
my_free
((
char
*
)
free_list
,
MYF
(
0
));
free_list
=
tmp
->
next_log_entry
;
}
VOID
(
my_close
(
global_table_log
.
file_id
,
MYF
(
0
)));
DBUG_VOID_RETURN
;
}
...
...
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