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
10f4f783
Commit
10f4f783
authored
Apr 27, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
parents
a2a69c54
d225e23b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
mysql-test/suite/rpl/r/rpl_temporary.result
mysql-test/suite/rpl/r/rpl_temporary.result
+1
-0
mysql-test/suite/rpl/t/rpl_temporary.test
mysql-test/suite/rpl/t/rpl_temporary.test
+4
-0
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl_temporary.result
View file @
10f4f783
...
...
@@ -4,6 +4,7 @@ reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
call mtr.add_supression("Slave: Can\'t find record in \'user\' Error_code: 1032");
reset master;
SET @save_select_limit=@@session.sql_select_limit;
SET @@session.sql_select_limit=10, @@session.pseudo_thread_id=100;
...
...
mysql-test/suite/rpl/t/rpl_temporary.test
View file @
10f4f783
...
...
@@ -16,6 +16,10 @@ source include/add_anonymous_users.inc;
# (otherwise RESET MASTER may come too early).
save_master_pos
;
connection
slave
;
# Add supression for expected warning(s) in slaves error log
call
mtr
.
add_supression
(
"Slave: Can\'t find record in \'user\' Error_code: 1032"
);
sync_with_master
;
reset
master
;
connection
master
;
...
...
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
View file @
10f4f783
...
...
@@ -551,7 +551,7 @@ Dbtc::execDROP_TAB_REQ(Signal* signal)
Uint32
senderRef
=
req
->
senderRef
;
Uint32
senderData
=
req
->
senderData
;
DropTabReq
::
RequestType
rt
=
(
DropTabReq
::
RequestType
)
req
->
requestType
;
abort
();
if
(
!
tabPtr
.
p
->
get_enabled
()
&&
rt
==
DropTabReq
::
OnlineDropTab
){
jam
();
DropTabRef
*
ref
=
(
DropTabRef
*
)
signal
->
getDataPtrSend
();
...
...
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