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
a1ea21bf
Commit
a1ea21bf
authored
Aug 22, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents
41c876c3
66801f44
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
5 deletions
+12
-5
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+3
-3
mysql-test/t/rpl_ndb_func003.test
mysql-test/t/rpl_ndb_func003.test
+1
-0
mysql-test/t/rpl_ndb_idempotent.test
mysql-test/t/rpl_ndb_idempotent.test
+1
-0
mysql-test/t/rpl_row_basic_7ndb.test
mysql-test/t/rpl_row_basic_7ndb.test
+1
-0
mysql-test/t/rpl_truncate_7ndb.test
mysql-test/t/rpl_truncate_7ndb.test
+1
-0
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
+1
-1
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
+3
-0
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+1
-1
No files found.
mysql-test/t/disabled.def
View file @
a1ea21bf
...
@@ -39,8 +39,8 @@ rpl_sp_effects : BUG#19862 2006-06-15 mkindahl
...
@@ -39,8 +39,8 @@ rpl_sp_effects : BUG#19862 2006-06-15 mkindahl
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
#ndb_binlog_ddl_multi : BUG#18976 2006-04-10 kent CRBR: multiple binlog, second binlog may miss schema log events
#ndb_binlog_ddl_multi : BUG#18976 2006-04-10 kent CRBR: multiple binlog, second binlog may miss schema log events
rpl_ndb_idempotent : BUG#21298 2006-07-27 msvensson
#
rpl_ndb_idempotent : BUG#21298 2006-07-27 msvensson
rpl_row_basic_7ndb : BUG#21298 2006-07-27 msvensson
#
rpl_row_basic_7ndb : BUG#21298 2006-07-27 msvensson
rpl_truncate_7ndb : BUG#21298 2006-07-27 msvensson
#
rpl_truncate_7ndb : BUG#21298 2006-07-27 msvensson
crash_commit_before : 2006-08-02 msvensson
crash_commit_before : 2006-08-02 msvensson
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
mysql-test/t/rpl_ndb_func003.test
View file @
a1ea21bf
...
@@ -9,3 +9,4 @@
...
@@ -9,3 +9,4 @@
--
source
include
/
have_ndb
.
inc
--
source
include
/
have_ndb
.
inc
let
$engine_type
=
NDB
;
let
$engine_type
=
NDB
;
--
source
extra
/
rpl_tests
/
rpl_row_func003
.
test
--
source
extra
/
rpl_tests
/
rpl_row_func003
.
test
--
source
include
/
master
-
slave
-
end
.
inc
mysql-test/t/rpl_ndb_idempotent.test
View file @
a1ea21bf
...
@@ -114,3 +114,4 @@ connection master;
...
@@ -114,3 +114,4 @@ connection master;
DROP
TABLE
IF
EXISTS
t1
;
DROP
TABLE
IF
EXISTS
t1
;
# End of 5.1 Test
# End of 5.1 Test
--
source
include
/
master
-
slave
-
end
.
inc
mysql-test/t/rpl_row_basic_7ndb.test
View file @
a1ea21bf
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
let
$type
=
'NDB'
;
let
$type
=
'NDB'
;
let
$extra_index
=
;
let
$extra_index
=
;
--
source
include
/
rpl_row_basic
.
inc
--
source
include
/
rpl_row_basic
.
inc
--
source
include
/
master
-
slave
-
end
.
inc
mysql-test/t/rpl_truncate_7ndb.test
View file @
a1ea21bf
...
@@ -67,3 +67,4 @@ DROP TABLE t1;
...
@@ -67,3 +67,4 @@ DROP TABLE t1;
--
replace_result
$SERVER_VERSION
SERVER_VERSION
--
replace_result
$SERVER_VERSION
SERVER_VERSION
SHOW
BINLOG
EVENTS
;
SHOW
BINLOG
EVENTS
;
--
source
include
/
master
-
slave
-
end
.
inc
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
View file @
a1ea21bf
...
@@ -4215,7 +4215,7 @@ Dbacc::abortSerieQueueOperation(Signal* signal, OperationrecPtr opPtr)
...
@@ -4215,7 +4215,7 @@ Dbacc::abortSerieQueueOperation(Signal* signal, OperationrecPtr opPtr)
{
{
jam
();
jam
();
ptrCheckGuard
(
lastOp
,
coprecsize
,
operationrec
);
ptrCheckGuard
(
lastOp
,
coprecsize
,
operationrec
);
ndbassert
(
lastOp
.
p
->
m_lock_owner_ptr_i
=
prevS
.
i
);
ndbassert
(
lastOp
.
p
->
m_lock_owner_ptr_i
=
=
prevS
.
i
);
}
}
else
else
{
{
...
...
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
View file @
a1ea21bf
...
@@ -2600,6 +2600,9 @@ loop:
...
@@ -2600,6 +2600,9 @@ loop:
else
else
{
{
// error set by get filegroup
// error set by get filegroup
if
(
m_error
.
code
==
723
)
m_error
.
code
=
755
;
NdbMem_Free
((
void
*
)
tmpTab
);
NdbMem_Free
((
void
*
)
tmpTab
);
DBUG_RETURN
(
-
1
);
DBUG_RETURN
(
-
1
);
}
}
...
...
storage/ndb/src/ndbapi/ndberror.c
View file @
a1ea21bf
...
@@ -376,7 +376,7 @@ ErrorBundle ErrorCodes[] = {
...
@@ -376,7 +376,7 @@ ErrorBundle ErrorCodes[] = {
{
752
,
DMEC
,
SE
,
"Invalid file format"
},
{
752
,
DMEC
,
SE
,
"Invalid file format"
},
{
753
,
IE
,
SE
,
"Invalid filegroup for file"
},
{
753
,
IE
,
SE
,
"Invalid filegroup for file"
},
{
754
,
IE
,
SE
,
"Invalid filegroup version when creating file"
},
{
754
,
IE
,
SE
,
"Invalid filegroup version when creating file"
},
{
755
,
DMEC
,
SE
,
"Invalid tablespace"
},
{
755
,
HA_WRONG_CREATE_OPTION
,
SE
,
"Invalid tablespace"
},
{
756
,
DMEC
,
SE
,
"Index on disk column is not supported"
},
{
756
,
DMEC
,
SE
,
"Index on disk column is not supported"
},
{
757
,
DMEC
,
SE
,
"Varsize bitfield not supported"
},
{
757
,
DMEC
,
SE
,
"Varsize bitfield not supported"
},
{
758
,
DMEC
,
SE
,
"Tablespace has changed"
},
{
758
,
DMEC
,
SE
,
"Tablespace has changed"
},
...
...
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