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
8f9e385b
Commit
8f9e385b
authored
Sep 23, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.0
into mysql.com:/home/jimw/my/mysql-5.0-clean
parents
24971d05
611dc88c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
innobase/row/row0ins.c
innobase/row/row0ins.c
+2
-1
sql/mysqld.cc
sql/mysqld.cc
+2
-2
No files found.
innobase/row/row0ins.c
View file @
8f9e385b
...
...
@@ -1253,9 +1253,10 @@ run_again:
if
(
check_table
==
NULL
||
check_table
->
ibd_file_missing
)
{
if
(
check_ref
)
{
FILE
*
ef
=
dict_foreign_err_file
;
row_ins_set_detailed
(
trx
,
foreign
);
FILE
*
ef
=
dict_foreign_err_file
;
mutex_enter
(
&
dict_foreign_err_mutex
);
rewind
(
ef
);
ut_print_timestamp
(
ef
);
...
...
sql/mysqld.cc
View file @
8f9e385b
...
...
@@ -4016,8 +4016,8 @@ extern "C" pthread_handler_decl(handle_connections_namedpipes,arg)
delete
thd
;
continue
;
}
/*
host name
is unknown */
thd
->
host
=
my_strdup
(
my_localhost
,
MYF
(
0
));
/* Host is unknown */
/*
Host
is unknown */
thd
->
security_ctx
->
host
=
my_strdup
(
my_localhost
,
MYF
(
0
));
create_new_thread
(
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