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
34cfad64
Commit
34cfad64
authored
Nov 30, 2006
by
mskold/marty@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
parents
d4a929d7
60dbbadd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
storage/ndb/src/common/util/socket_io.cpp
storage/ndb/src/common/util/socket_io.cpp
+5
-0
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
+1
-0
storage/ndb/test/ndbapi/testDict.cpp
storage/ndb/test/ndbapi/testDict.cpp
+1
-1
storage/ndb/test/run-test/daily-basic-tests.txt
storage/ndb/test/run-test/daily-basic-tests.txt
+1
-1
No files found.
storage/ndb/src/common/util/socket_io.cpp
View file @
34cfad64
...
@@ -103,6 +103,11 @@ readln_socket(NDB_SOCKET_TYPE socket, int timeout_millis,
...
@@ -103,6 +103,11 @@ readln_socket(NDB_SOCKET_TYPE socket, int timeout_millis,
ptr
+=
t
;
ptr
+=
t
;
len
-=
t
;
len
-=
t
;
}
}
if
(
i
>
0
&&
buf
[
i
-
1
]
==
'\r'
)
{
buf
[
i
-
1
]
=
'\n'
;
ptr
--
;
}
ptr
[
0
]
=
0
;
ptr
[
0
]
=
0
;
return
ptr
-
buf
;
return
ptr
-
buf
;
}
}
...
...
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
View file @
34cfad64
...
@@ -719,6 +719,7 @@ Cmvmi::execTEST_ORD(Signal * signal){
...
@@ -719,6 +719,7 @@ Cmvmi::execTEST_ORD(Signal * signal){
// Do nothing
// Do nothing
break
;
break
;
}
}
globalSignalLoggers
.
flushSignalLog
();
}
}
#endif
#endif
...
...
storage/ndb/test/ndbapi/testDict.cpp
View file @
34cfad64
...
@@ -1988,7 +1988,7 @@ runDictOps(NDBT_Context* ctx, NDBT_Step* step)
...
@@ -1988,7 +1988,7 @@ runDictOps(NDBT_Context* ctx, NDBT_Step* step)
// create indexes
// create indexes
const
char
**
indlist
=
NDBT_Tables
::
getIndexes
(
tabName
);
const
char
**
indlist
=
NDBT_Tables
::
getIndexes
(
tabName
);
uint
indnum
=
0
;
uint
indnum
=
0
;
while
(
*
indlist
!=
0
)
{
while
(
indlist
!=
0
&&
*
indlist
!=
0
)
{
uint
count
=
0
;
uint
count
=
0
;
try_create_index:
try_create_index:
count
++
;
count
++
;
...
...
storage/ndb/test/run-test/daily-basic-tests.txt
View file @
34cfad64
...
@@ -545,7 +545,7 @@ args: -n TemporaryTables T1 T6 T7 T8
...
@@ -545,7 +545,7 @@ args: -n TemporaryTables T1 T6 T7 T8
max-time: 1500
max-time: 1500
cmd: testDict
cmd: testDict
args: -n Restart_NR2 T1
args: -n Restart_NR2 T1
I3
#
#
# TEST NDBAPI
# TEST NDBAPI
...
...
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