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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
fc21f2f0
Commit
fc21f2f0
authored
Jan 18, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
parents
72cf364f
50868684
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
configure.in
configure.in
+2
-2
myisam/mi_packrec.c
myisam/mi_packrec.c
+1
-1
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+1
-1
No files found.
configure.in
View file @
fc21f2f0
...
@@ -2516,9 +2516,9 @@ linked_client_targets="linked_libmysql_sources"
...
@@ -2516,9 +2516,9 @@ linked_client_targets="linked_libmysql_sources"
if
test
"
$THREAD_SAFE_CLIENT
"
=
"no"
if
test
"
$THREAD_SAFE_CLIENT
"
=
"no"
then
then
sql_client_dirs
=
"strings regex mysys extra libmysql client"
sql_client_dirs
=
"strings regex mysys
dbug
extra libmysql client"
else
else
sql_client_dirs
=
"strings regex mysys extra libmysql libmysql_r client"
sql_client_dirs
=
"strings regex mysys
dbug
extra libmysql libmysql_r client"
linked_client_targets
=
"
$linked_client_targets
linked_libmysql_r_sources"
linked_client_targets
=
"
$linked_client_targets
linked_libmysql_r_sources"
AC_CONFIG_FILES
(
libmysql_r/Makefile
)
AC_CONFIG_FILES
(
libmysql_r/Makefile
)
AC_DEFINE
([
THREAD_SAFE_CLIENT],
[
1],
[
Should be client be thread safe]
)
AC_DEFINE
([
THREAD_SAFE_CLIENT],
[
1],
[
Should be client be thread safe]
)
...
...
myisam/mi_packrec.c
View file @
fc21f2f0
...
@@ -592,8 +592,8 @@ static uint copy_decode_table(uint16 *to_pos, uint offset,
...
@@ -592,8 +592,8 @@ static uint copy_decode_table(uint16 *to_pos, uint offset,
uint16
*
decode_table
)
uint16
*
decode_table
)
{
{
uint
prev_offset
;
uint
prev_offset
;
prev_offset
=
offset
;
DBUG_ENTER
(
"copy_decode_table"
);
DBUG_ENTER
(
"copy_decode_table"
);
prev_offset
=
offset
;
/* Descent on the left side. */
/* Descent on the left side. */
if
(
!
(
*
decode_table
&
IS_CHAR
))
if
(
!
(
*
decode_table
&
IS_CHAR
))
...
...
sql/ha_ndbcluster.cc
View file @
fc21f2f0
...
@@ -6111,7 +6111,7 @@ ndb_get_table_statistics(ha_ndbcluster* file, bool report_error, Ndb* ndb,
...
@@ -6111,7 +6111,7 @@ ndb_get_table_statistics(ha_ndbcluster* file, bool report_error, Ndb* ndb,
retry:
retry:
if
(
report_error
)
if
(
report_error
)
{
{
if
(
file
)
if
(
file
&&
pTrans
)
{
{
reterr
=
file
->
ndb_err
(
pTrans
);
reterr
=
file
->
ndb_err
(
pTrans
);
}
}
...
...
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