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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c45f5bc6
Commit
c45f5bc6
authored
Aug 27, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair some rpl_ndb test cases
parent
7f429ecc
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1716 additions
and
4 deletions
+1716
-4
mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result
+855
-0
mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result
+855
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-slave.opt
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-slave.opt
+1
-1
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb.test
+2
-1
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt
+0
-1
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-slave.opt
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-slave.opt
+1
-1
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb.test
+2
-0
No files found.
mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result
0 → 100644
View file @
c45f5bc6
This diff is collapsed.
Click to expand it.
mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result
0 → 100644
View file @
c45f5bc6
This diff is collapsed.
Click to expand it.
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-slave.opt
View file @
c45f5bc6
--default-storage-engine=ndbcluster
--
new --
default-storage-engine=ndbcluster
mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb.test
View file @
c45f5bc6
...
...
@@ -7,8 +7,9 @@
# to be able to use the same code for all these different
# test and to have control over the tests.
##############################################################
--
source
include
/
have_ndb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_ndb
.
inc
--
source
include
/
have_binlog_format_mixed_or_row
.
inc
--
source
include
/
ndb_master
-
slave
.
inc
SET
storage_engine
=
innodb
;
--
source
extra
/
rpl_tests
/
rpl_ndb_2multi_eng
.
test
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt
deleted
100644 → 0
View file @
7f429ecc
--binlog-format=row
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-slave.opt
View file @
c45f5bc6
--default-storage-engine=ndbcluster
--
new --
default-storage-engine=ndbcluster
mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb.test
View file @
c45f5bc6
...
...
@@ -7,6 +7,8 @@
# to be able to use the same code for all these different
# test and to have control over the tests.
##############################################################
--
source
include
/
have_ndb
.
inc
--
source
include
/
have_binlog_format_mixed_or_row
.
inc
--
source
include
/
ndb_master
-
slave
.
inc
SET
storage_engine
=
myisam
;
--
source
extra
/
rpl_tests
/
rpl_ndb_2multi_eng
.
test
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