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
226ac7eb
Commit
226ac7eb
authored
Apr 12, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test update
parent
b9d5ea50
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test
mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test
+1
-1
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+2
-2
No files found.
mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test
View file @
226ac7eb
...
...
@@ -241,8 +241,8 @@ SHOW CREATE TABLE t1;
--
echo
---
Check
that
simple
Alter
statements
are
replicated
correctly
---
ALTER
TABLE
t1
MODIFY
vc
TEXT
;
ALTER
TABLE
t1
ADD
PRIMARY
KEY
(
t
,
id
);
ALTER
TABLE
t1
MODIFY
vc
TEXT
;
--
echo
---
Show
the
new
improved
table
on
the
master
---
...
...
mysql-test/t/disabled.def
View file @
226ac7eb
...
...
@@ -19,8 +19,8 @@ ndb_autodiscover2 : Needs to be fixed w.r.t binlog
#ndb_load : Bug#17233 failed load data from infile causes mysqld dbug_assert, binlog not flushed
partition_03ndb : Bug#16385 Partitions: crash when updating a range partitioned NDB table
ps_7ndb : dbug assert in RBR mode when executing test suite
rpl_ndb_2innodb : Bug #19004 ndb: partition by range and update hangs
(note, test must also be updated to have primary key with blob table)
rpl_ndb_2myisam : Bug #19004 ndb: partition by range and update hangs
(note, test must also be updated to have primary key with blob table)
rpl_ndb_2innodb : Bug #19004 ndb: partition by range and update hangs
rpl_ndb_2myisam : Bug #19004 ndb: partition by range and update hangs
rpl_ndb_auto_inc : Bug#17086 CR: auto_increment_increment and auto_increment_offset produce duplicate key er
#rpl_ndb_basic : Bug #18592 rpl_ndb_basic failure
#rpl_ndb_dd_advance : Bug #18924 rpl_ndb_dd_advance failure
...
...
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