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
794e94e4
Commit
794e94e4
authored
Jan 24, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/mysql-5.0
parents
3f216c7d
30382bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/table.cc
sql/table.cc
+2
-1
No files found.
sql/table.cc
View file @
794e94e4
...
...
@@ -1167,7 +1167,8 @@ static void frm_error(int error, TABLE *form, const char *name,
my_error
(
ER_NO_SUCH_TABLE
,
MYF
(
0
),
db
,
real_name
);
}
else
my_error
(
ER_FILE_NOT_FOUND
,
errortype
,
my_error
((
my_errno
==
EMFILE
)
?
ER_CANT_OPEN_FILE
:
ER_FILE_NOT_FOUND
,
errortype
,
fn_format
(
buff
,
name
,
form_dev
,
reg_ext
,
0
),
my_errno
);
break
;
case
2
:
...
...
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