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
2defff05
Commit
2defff05
authored
Feb 21, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
parents
f092e1a2
e8f888a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
client/mysql.cc
client/mysql.cc
+2
-2
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
No files found.
client/mysql.cc
View file @
2defff05
...
@@ -2914,9 +2914,9 @@ com_status(String *buffer __attribute__((unused)),
...
@@ -2914,9 +2914,9 @@ com_status(String *buffer __attribute__((unused)),
MYSQL_ROW
cur
=
mysql_fetch_row
(
result
);
MYSQL_ROW
cur
=
mysql_fetch_row
(
result
);
if
(
cur
)
if
(
cur
)
{
{
tee_fprintf
(
stdout
,
"Server characterset:
\t
%s
\n
"
,
cur
[
0
]
?
cur
[
0
]
:
""
);
tee_fprintf
(
stdout
,
"Server characterset:
\t
%s
\n
"
,
cur
[
0
]
?
cur
[
2
]
:
""
);
tee_fprintf
(
stdout
,
"Db characterset:
\t
%s
\n
"
,
cur
[
3
]
?
cur
[
3
]
:
""
);
tee_fprintf
(
stdout
,
"Db characterset:
\t
%s
\n
"
,
cur
[
3
]
?
cur
[
3
]
:
""
);
tee_fprintf
(
stdout
,
"Client characterset:
\t
%s
\n
"
,
cur
[
2
]
?
cur
[
2
]
:
""
);
tee_fprintf
(
stdout
,
"Client characterset:
\t
%s
\n
"
,
cur
[
2
]
?
cur
[
0
]
:
""
);
tee_fprintf
(
stdout
,
"Conn. characterset:
\t
%s
\n
"
,
cur
[
1
]
?
cur
[
1
]
:
""
);
tee_fprintf
(
stdout
,
"Conn. characterset:
\t
%s
\n
"
,
cur
[
1
]
?
cur
[
1
]
:
""
);
}
}
mysql_free_result
(
result
);
mysql_free_result
(
result
);
...
...
scripts/make_binary_distribution.sh
View file @
2defff05
...
@@ -282,7 +282,7 @@ if [ x$NDBCLUSTER = x1 ]; then
...
@@ -282,7 +282,7 @@ if [ x$NDBCLUSTER = x1 ]; then
$CP
$BASE
/ndb-stage@bindir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@bindir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@libexecdir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@libexecdir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@pkglibdir@/
*
$BASE
/lib/.
$CP
$BASE
/ndb-stage@pkglibdir@/
*
$BASE
/lib/.
$CP
-r
$BASE
/ndb-stage@pkgincludedir@/ndb
$BASE
/
lib/.
$CP
-r
$BASE
/ndb-stage@pkgincludedir@/ndb
$BASE
/
include
$CP
-r
$BASE
/ndb-stage@prefix@/mysql-test/ndb
$BASE
/mysql-test/.
||
exit
1
$CP
-r
$BASE
/ndb-stage@prefix@/mysql-test/ndb
$BASE
/mysql-test/.
||
exit
1
rm
-rf
$BASE
/ndb-stage
rm
-rf
$BASE
/ndb-stage
fi
fi
...
...
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