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
7e5fb6ed
Commit
7e5fb6ed
authored
Nov 16, 2004
by
Sinisa@sinisa.nasamreza.org
Browse files
Options
Browse Files
Download
Plain Diff
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0
into sinisa.nasamreza.org:/mnt/work/petica
parents
ecebc2dd
b75114c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/ha_innodb.cc
sql/ha_innodb.cc
+2
-2
No files found.
sql/ha_innodb.cc
View file @
7e5fb6ed
...
...
@@ -4687,7 +4687,7 @@ ha_innobase::get_foreign_key_list(THD *thd, List<FOREIGN_KEY_INFO> *f_key_list)
update_thd
(
current_thd
);
prebuilt
->
trx
->
op_info
=
(
char
*
)
"getting list of foreign keys"
;
trx_search_latch_release_if_reserved
(
prebuilt
->
trx
);
mutex_enter
(
&
(
dict_sys
->
mutex
));
mutex_enter
_noninline
(
&
(
dict_sys
->
mutex
));
foreign
=
UT_LIST_GET_FIRST
(
prebuilt
->
table
->
foreign_list
);
while
(
foreign
!=
NULL
)
...
...
@@ -4768,7 +4768,7 @@ ha_innobase::get_foreign_key_list(THD *thd, List<FOREIGN_KEY_INFO> *f_key_list)
f_key_list
->
push_back
(
pf_key_info
);
foreign
=
UT_LIST_GET_NEXT
(
foreign_list
,
foreign
);
}
mutex_exit
(
&
(
dict_sys
->
mutex
));
mutex_exit
_noninline
(
&
(
dict_sys
->
mutex
));
prebuilt
->
trx
->
op_info
=
(
char
*
)
""
;
DBUG_RETURN
(
0
);
}
...
...
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