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
d3985375
Commit
d3985375
authored
Aug 30, 2007
by
kent@kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
parents
9fa2f3c6
f3436e51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
libmysql/libmysql.c
libmysql/libmysql.c
+1
-2
scripts/mysql_config.sh
scripts/mysql_config.sh
+1
-1
sql/CMakeLists.txt
sql/CMakeLists.txt
+1
-1
No files found.
libmysql/libmysql.c
View file @
d3985375
...
...
@@ -4680,6 +4680,7 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
MYSQL_DATA
*
result
=
&
stmt
->
result
;
MYSQL_ROWS
*
cur
,
**
prev_ptr
=
&
result
->
data
;
NET
*
net
;
DBUG_ENTER
(
"cli_read_binary_rows"
);
if
(
!
mysql
)
{
...
...
@@ -4687,8 +4688,6 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
return
1
;
}
DBUG_ENTER
(
"cli_read_binary_rows"
);
net
=
&
mysql
->
net
;
mysql
=
mysql
->
last_used_con
;
...
...
scripts/mysql_config.sh
View file @
d3985375
...
...
@@ -121,7 +121,7 @@ done
cflags
=
`
echo
"
$cflags
"
|sed
-e
's/ *\$//'
`
# Same for --libs(_r)
for
remove
in
lmtmalloc static-libcxa i-static
for
remove
in
lmtmalloc static-libcxa i-static
static-intel
do
# We know the strings starts with a space
libs
=
`
echo
"
$libs
"
|sed
-e
"s/ -
$remove
*/ /g"
`
...
...
sql/CMakeLists.txt
View file @
d3985375
...
...
@@ -145,4 +145,4 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
ADD_LIBRARY
(
udf_example MODULE udf_example.c udf_example.def
)
ADD_DEPENDENCIES
(
udf_example strings
)
TARGET_LINK_LIBRARIES
(
udf_example wsock32
)
TARGET_LINK_LIBRARIES
(
udf_example
strings
wsock32
)
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