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
bf307338
Commit
bf307338
authored
Oct 03, 2005
by
marko@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge hundin.mysql.fi:/home/marko/mysql-4.0
into hundin.mysql.fi:/home/marko/mysql-4.1 (Bug #13002)
parents
5dc00e0c
d62b9f4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/ha_innodb.cc
sql/ha_innodb.cc
+2
-1
No files found.
sql/ha_innodb.cc
View file @
bf307338
...
...
@@ -4848,7 +4848,8 @@ ha_innobase::get_foreign_key_create_info(void)
fclose
(
file
);
}
else
{
/* unable to create temporary file */
str
=
my_malloc
(
1
,
MYF
(
MY_ZEROFILL
));
str
=
my_strdup
(
"/* Error: cannot display foreign key constraints */"
,
MYF
(
0
));
}
return
(
str
);
...
...
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