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
077cea73
Commit
077cea73
authored
Sep 19, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/dlenev/src/mysql-4.0-bg-1340
parents
992587f4
d59e2b8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
extra/comp_err.c
extra/comp_err.c
+1
-1
heap/hp_test2.c
heap/hp_test2.c
+2
-2
isam/test2.c
isam/test2.c
+2
-2
myisam/mi_test2.c
myisam/mi_test2.c
+2
-2
No files found.
extra/comp_err.c
View file @
077cea73
...
...
@@ -109,7 +109,7 @@ int main(int argc,char *argv[])
if
(
to
)
fclose
(
to
);
if
(
error
)
fprintf
(
stderr
,
"Can't up
p
date messagefile %s, errno: %d
\n
"
,
*
argv
,
errno
);
fprintf
(
stderr
,
"Can't update messagefile %s, errno: %d
\n
"
,
*
argv
,
errno
);
exit
(
error
);
return
(
0
);
...
...
heap/hp_test2.c
View file @
077cea73
...
...
@@ -237,12 +237,12 @@ int main(int argc, char *argv[])
{
if
(
my_errno
!=
HA_ERR_FOUND_DUPP_KEY
||
key3
[
n3
]
==
0
)
{
printf
(
"error: %d; can't up
p
date:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
printf
(
"error: %d; can't update:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
my_errno
,
record
,
record2
);
goto
err
;
}
if
(
verbose
)
printf
(
"Double key when tr
yed to up
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
printf
(
"Double key when tr
ied to u
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
}
else
{
...
...
isam/test2.c
View file @
077cea73
...
...
@@ -265,12 +265,12 @@ int main(int argc, char *argv[])
{
if
(
my_errno
!=
HA_ERR_FOUND_DUPP_KEY
||
key3
[
n3
]
==
0
)
{
printf
(
"error: %d; can't up
p
date:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
printf
(
"error: %d; can't update:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
my_errno
,
read_record
,
record2
);
goto
err
;
}
if
(
verbose
)
printf
(
"Double key when tr
yed to up
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
printf
(
"Double key when tr
ied to u
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
}
else
{
...
...
myisam/mi_test2.c
View file @
077cea73
...
...
@@ -329,12 +329,12 @@ int main(int argc, char *argv[])
{
if
(
my_errno
!=
HA_ERR_FOUND_DUPP_KEY
||
key3
[
n3
]
==
0
)
{
printf
(
"error: %d; can't up
p
date:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
printf
(
"error: %d; can't update:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
my_errno
,
read_record
,
record2
);
goto
err
;
}
if
(
verbose
)
printf
(
"Double key when tr
yed to up
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
printf
(
"Double key when tr
ied to u
pdate:
\n
From:
\"
%s
\"\n
To:
\"
%s
\"\n
"
,
record
,
record2
);
}
else
{
...
...
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