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
93db514d
Commit
93db514d
authored
Feb 20, 2006
by
pekka@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - enable rpl_ndb_blob2 bug#17505
parent
976be6fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/extra/rpl_tests/rpl_row_blob.test
mysql-test/extra/rpl_tests/rpl_row_blob.test
+4
-2
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+0
-2
No files found.
mysql-test/extra/rpl_tests/rpl_row_blob.test
View file @
93db514d
...
...
@@ -40,6 +40,7 @@ SELECT LENGTH(data) FROM test.t1 WHERE c1 = 3;
save_master_pos
;
connection
slave
;
sync_with_master
;
sleep
5
;
--
echo
--
echo
****
Data
Insert
Validation
Slave
Section
test
.
t1
****
--
echo
...
...
@@ -61,10 +62,10 @@ SELECT LENGTH(data) FROM test.t1 WHERE c1 = 1;
SELECT
LENGTH
(
data
)
FROM
test
.
t1
WHERE
c1
=
2
;
# Sleep is needed for NDB to allow time for
# Injector thread to populate the bin log.
sleep
10
;
save_master_pos
;
connection
slave
;
sync_with_master
;
sleep
5
;
--
echo
--
echo
****
Data
Update
Validation
Slave
Section
test
.
t1
****
--
echo
...
...
@@ -135,6 +136,7 @@ FROM test.t2 WHERE c1=2;
save_master_pos
;
connection
slave
;
sync_with_master
;
sleep
5
;
--
echo
--
echo
****
Data
Insert
Validation
Slave
Section
test
.
t2
****
--
echo
...
...
@@ -159,10 +161,10 @@ SELECT c1, LENGTH(c2), SUBSTR(c2,1+2*900,2), LENGTH(c4), SUBSTR(c4,1+3*900,3)
FROM
test
.
t2
WHERE
c1
=
2
;
# Sleep is needed for NDB to allow time for
# Injector thread to populate the bin log.
sleep
15
;
save_master_pos
;
connection
slave
;
sync_with_master
;
sleep
5
;
--
echo
--
echo
****
Data
Update
Validation
Slave
Section
test
.
t2
****
--
echo
...
...
mysql-test/t/disabled.def
View file @
93db514d
...
...
@@ -33,7 +33,5 @@ rpl_ndb_sp007 : Bug #17290
rpl_sp : Bug#16456
rpl_until : Unstable test case, bug#15886
sp-goto : GOTO is currently is disabled - will be fixed in the future
#rpl_ndb_blob : Bug #17505
rpl_ndb_blob2 : Bug #17505
rpl_ndb_log : results are not deterministic
mysqldump : Bug#17443 mysqlimport --use-threads=5 gives crashes
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