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
a272f257
Commit
a272f257
authored
Apr 20, 2006
by
pekka@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb/repl - bug#19004 rpl_ndb_2myisam ok, rpl_ndb_2innodb new bug(number)19227
parent
6be87a41
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1714 additions
and
3 deletions
+1714
-3
mysql-test/include/rpl_multi_engine3.inc
mysql-test/include/rpl_multi_engine3.inc
+3
-1
mysql-test/r/rpl_ndb_2innodb.result
mysql-test/r/rpl_ndb_2innodb.result
+855
-0
mysql-test/r/rpl_ndb_2myisam.result
mysql-test/r/rpl_ndb_2myisam.result
+855
-0
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+1
-2
No files found.
mysql-test/include/rpl_multi_engine3.inc
View file @
a272f257
...
...
@@ -28,6 +28,7 @@ INSERT INTO t1 VALUES(412,1,'Testing MySQL databases is a cool ',
select
id
,
hex
(
b1
),
vc
,
bc
,
d
,
f
,
total
,
y
,
t
from
t1
order
by
id
;
sync_slave_with_master
;
--
sleep
5
--
echo
---
Select
from
t1
on
slave
---
select
id
,
hex
(
b1
),
vc
,
bc
,
d
,
f
,
total
,
y
,
t
from
t1
order
by
id
;
...
...
@@ -41,9 +42,9 @@ SELECT id,hex(b1),vc,bc,d,f,total,y,t FROM t1 WHERE id = 412;
# Must give injector thread a little time to get update
# into the binlog other wise we will miss the update.
sleep
10
;
sync_slave_with_master
;
--
sleep
5
--
echo
---
Check
Update
on
slave
---
SELECT
id
,
hex
(
b1
),
vc
,
bc
,
d
,
f
,
total
,
y
,
t
FROM
t1
WHERE
id
=
412
;
...
...
@@ -55,6 +56,7 @@ DELETE FROM t1 WHERE id = 42;
SELECT
COUNT
(
*
)
FROM
t1
;
sync_slave_with_master
;
--
sleep
5
--
echo
---
Show
current
count
on
slave
for
t1
---
SELECT
COUNT
(
*
)
FROM
t1
;
...
...
mysql-test/r/rpl_ndb_2innodb.result
0 → 100644
View file @
a272f257
This diff is collapsed.
Click to expand it.
mysql-test/r/rpl_ndb_2myisam.result
0 → 100644
View file @
a272f257
This diff is collapsed.
Click to expand it.
mysql-test/t/disabled.def
View file @
a272f257
...
...
@@ -21,8 +21,7 @@ ndb_cache_multi2 : BUG#18597 2006-04-10 kent simultaneous drop table an
partition_03ndb : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
ps_7ndb : BUG#18950 2006-02-16 jmiller create table like does not obtain LOCK_open
rpl_deadlock_innodb : BUG#16920 2006-04-12 kent fails in show slave status (randomly)
rpl_ndb_2innodb : BUG#19004 2006-03-22 tomas ndb: partition by range and update hangs
rpl_ndb_2myisam : BUG#19004 2006-03-22 tomas ndb: partition by range and update hangs
rpl_ndb_2innodb : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
rpl_ndb_auto_inc : BUG#17086 2006-02-16 jmiller CR: auto_increment_increment and auto_increment_offset produce duplicate key er
rpl_ndb_ddl : result file needs update + test needs to checked
rpl_ndb_innodb2ndb : BUG#17400 2006-04-19 tomas Cluster Replication: delete & update of rows in table without pk fails on slave.
...
...
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