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
16658027
Commit
16658027
authored
Sep 01, 2006
by
mskold/marty@mysql.com/linux.site
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed absolute path
parent
8fdc781d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
17 deletions
+19
-17
mysql-test/r/ndbapi.result
mysql-test/r/ndbapi.result
+7
-7
mysql-test/r/rpl_ndbapi_multi.result
mysql-test/r/rpl_ndbapi_multi.result
+2
-1
mysql-test/t/ndbapi.test
mysql-test/t/ndbapi.test
+8
-8
mysql-test/t/rpl_ndbapi_multi.test
mysql-test/t/rpl_ndbapi_multi.test
+2
-1
No files found.
mysql-test/r/ndbapi.result
View file @
16658027
DROP TABLE IF EXISTS t0;
DROP TABLE IF EXISTS t0;
drop database if exists mysqltest;
drop database if exists mysqltest;
Running ndbapi_simple
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_simple
Running ndbapi_simple_index
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_simple_index
Running ndbapi_scan
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_scan
Running ndbapi_retries
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_retries
Running ndbapi_async
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_async
Running ndbapi_async1
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_async1
use TEST_DB;
use TEST_DB;
create table t0(c0 int, c1 int, c2 char(4), c3 char(4), c4 text,
create table t0(c0 int, c1 int, c2 char(4), c3 char(4), c4 text,
primary key(c0, c2)) engine ndb charset latin1;
primary key(c0, c2)) engine ndb charset latin1;
...
@@ -19,4 +19,4 @@ update t0 set c2 = 'G' where c0 = 1;
...
@@ -19,4 +19,4 @@ update t0 set c2 = 'G' where c0 = 1;
update t0 set c0 = 5, c2 = 'H' where c0 = 3;
update t0 set c0 = 5, c2 = 'H' where c0 = 3;
delete from t0;
delete from t0;
drop table t0;
drop table t0;
Running mgmapi_logevent
, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running mgmapi_logevent
mysql-test/r/rpl_ndbapi_multi.result
View file @
16658027
...
@@ -4,4 +4,5 @@ reset master;
...
@@ -4,4 +4,5 @@ reset master;
reset slave;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
start slave;
Running mgmapi_logevent, results in /windows/Linux_space/MySQL/mysql-5.1/mysql-test/var/log/ndb_testrun.log
Running ndbapi_simple_dual
Running mgmapi_logevent
mysql-test/t/ndbapi.test
View file @
16658027
...
@@ -6,28 +6,28 @@ DROP TABLE IF EXISTS t0;
...
@@ -6,28 +6,28 @@ DROP TABLE IF EXISTS t0;
drop
database
if
exists
mysqltest
;
drop
database
if
exists
mysqltest
;
--
enable_warnings
--
enable_warnings
--
exec
echo
Running
ndbapi_simple
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_simple
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple
/
ndbapi_simple
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple
/
ndbapi_simple
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_simple_index
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_simple_index
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple_index
/
ndbapi_simple_index
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple_index
/
ndbapi_simple_index
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_scan
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_scan
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_scan
/
ndbapi_scan
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_scan
/
ndbapi_scan
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_retries
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_retries
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_retries
/
ndbapi_retries
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_retries
/
ndbapi_retries
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_async
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_async
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_async
/
ndbapi_async
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_async
/
ndbapi_async
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_async1
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
ndbapi_async1
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_async1
/
ndbapi_async1
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_async1
/
ndbapi_async1
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
>>
$NDB_EXAMPLES_OUTPUT
use
TEST_DB
;
use
TEST_DB
;
create
table
t0
(
c0
int
,
c1
int
,
c2
char
(
4
),
c3
char
(
4
),
c4
text
,
create
table
t0
(
c0
int
,
c1
int
,
c2
char
(
4
),
c3
char
(
4
),
c4
text
,
primary
key
(
c0
,
c2
))
engine
ndb
charset
latin1
;
primary
key
(
c0
,
c2
))
engine
ndb
charset
latin1
;
#--exec echo Running ndbapi_event
, results in $NDB_EXAMPLES_OUTPUT
#--exec echo Running ndbapi_event
#--exec $NDB_EXAMPLES_DIR/ndbapi_event/ndbapi_event "localhost:$NDBCLUSTER_PORT" 1 >> $NDB_EXAMPLES_OUTPUT
#--exec $NDB_EXAMPLES_DIR/ndbapi_event/ndbapi_event "localhost:$NDBCLUSTER_PORT" 1 >> $NDB_EXAMPLES_OUTPUT
insert
into
t0
values
(
1
,
2
,
'a'
,
'b'
,
null
);
insert
into
t0
values
(
1
,
2
,
'a'
,
'b'
,
null
);
insert
into
t0
values
(
3
,
4
,
'c'
,
'd'
,
null
);
insert
into
t0
values
(
3
,
4
,
'c'
,
'd'
,
null
);
...
@@ -40,5 +40,5 @@ update t0 set c0 = 5, c2 = 'H' where c0 = 3; -- update full PK
...
@@ -40,5 +40,5 @@ update t0 set c0 = 5, c2 = 'H' where c0 = 3; -- update full PK
delete
from
t0
;
delete
from
t0
;
drop
table
t0
;
drop
table
t0
;
--
exec
echo
Running
mgmapi_logevent
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
mgmapi_logevent
--
exec
$NDB_EXAMPLES_DIR
/
mgmapi_logevent
/
mgmapi_logevent
"localhost:
$NDBCLUSTER_PORT
"
1
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
mgmapi_logevent
/
mgmapi_logevent
"localhost:
$NDBCLUSTER_PORT
"
1
>>
$NDB_EXAMPLES_OUTPUT
mysql-test/t/rpl_ndbapi_multi.test
View file @
16658027
...
@@ -3,8 +3,9 @@
...
@@ -3,8 +3,9 @@
--
source
include
/
master
-
slave
.
inc
--
source
include
/
master
-
slave
.
inc
--
source
include
/
have_ndbapi_examples
.
inc
--
source
include
/
have_ndbapi_examples
.
inc
--
exec
echo
Running
ndbapi_simple_dual
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple_dual
/
ndbapi_simple_dual
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
$SLAVE_MYSOCK
"localhost:
$NDBCLUSTER_PORT_SLAVE
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
ndbapi_simple_dual
/
ndbapi_simple_dual
$MASTER_MYSOCK
"localhost:
$NDBCLUSTER_PORT
"
$SLAVE_MYSOCK
"localhost:
$NDBCLUSTER_PORT_SLAVE
"
>>
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
mgmapi_logevent
,
results
in
$NDB_EXAMPLES_OUTPUT
--
exec
echo
Running
mgmapi_logevent
--
exec
$NDB_EXAMPLES_DIR
/
mgmapi_logevent
/
mgmapi_logevent
"localhost:
$NDBCLUSTER_PORT
"
"localhost:
$NDBCLUSTER_PORT_SLAVE
"
1
>>
$NDB_EXAMPLES_OUTPUT
--
exec
$NDB_EXAMPLES_DIR
/
mgmapi_logevent
/
mgmapi_logevent
"localhost:
$NDBCLUSTER_PORT
"
"localhost:
$NDBCLUSTER_PORT_SLAVE
"
1
>>
$NDB_EXAMPLES_OUTPUT
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