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
4a5a4011
Commit
4a5a4011
authored
Mar 06, 2008
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure to remova any old files related to mysql.ndb_apply_status
before trying to creeate the table
parent
5eb114bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb.test
+8
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam.test
+8
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_2other.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_2other.test
+8
-0
No files found.
mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb.test
View file @
4a5a4011
...
...
@@ -12,6 +12,14 @@
--
connection
slave
--
source
include
/
have_innodb
.
inc
# Remove any old ndb_apply_status from slaves datadir
let
$datadir
=
`SELECT @@datadir`
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
frm
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
ndb
;
set
@@
global
.
slave_exec_mode
=
'IDEMPOTENT'
;
CREATE
TABLE
mysql
.
ndb_apply_status
(
server_id
INT
UNSIGNED
NOT
NULL
,
...
...
mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam.test
View file @
4a5a4011
...
...
@@ -11,6 +11,14 @@
--
source
include
/
master
-
slave
.
inc
--
connection
slave
# Remove any old ndb_apply_status from slaves datadir
let
$datadir
=
`SELECT @@datadir`
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
frm
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
ndb
;
set
@@
global
.
slave_exec_mode
=
'IDEMPOTENT'
;
CREATE
TABLE
mysql
.
ndb_apply_status
(
server_id
INT
UNSIGNED
NOT
NULL
,
...
...
mysql-test/suite/rpl_ndb/t/rpl_ndb_2other.test
View file @
4a5a4011
...
...
@@ -17,6 +17,14 @@ SET storage_engine=ndb;
--
echo
===
NDB
->
MYISAM
===
--
echo
connection
slave
;
# Remove any old ndb_apply_status from slaves datadir
let
$datadir
=
`SELECT @@datadir`
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
frm
;
--
error
0
,
1
remove_file
$datadir
/
mysql
/
ndb_apply_status
.
ndb
;
set
@@
global
.
slave_exec_mode
=
'IDEMPOTENT'
;
CREATE
TABLE
mysql
.
ndb_apply_status
(
server_id
INT
UNSIGNED
NOT
NULL
,
...
...
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