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
c461c1b0
Commit
c461c1b0
authored
Mar 23, 2009
by
Alfranio Correia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-fix BUG#42861.
parent
ef0d5cc5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
7 deletions
+51
-7
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
+39
-1
mysql-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result
...l-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result
+2
-2
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
+5
-2
mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist.test
mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist.test
+5
-2
No files found.
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
View file @
c461c1b0
...
@@ -10,6 +10,44 @@ insert into t1(b) values (1);
...
@@ -10,6 +10,44 @@ insert into t1(b) values (1);
insert into t1(b) values (2);
insert into t1(b) values (2);
load data infile '../../std_data/rpl_loaddata.dat' into table t1;
load data infile '../../std_data/rpl_loaddata.dat' into table t1;
commit;
commit;
Error in Begin_load_query event: write to '../../tmp/SQL_LOAD-2-1-1.data' failed
show slave status;
Slave_IO_State #
Master_Host 127.0.0.1
Master_User root
Master_Port MASTER_MYPORT
Connect_Retry 1
Master_Log_File master-bin.000001
Read_Master_Log_Pos #
Relay_Log_File #
Relay_Log_Pos #
Relay_Master_Log_File master-bin.000001
Slave_IO_Running Yes
Slave_SQL_Running No
Replicate_Do_DB
Replicate_Ignore_DB
Replicate_Do_Table
Replicate_Ignore_Table
Replicate_Wild_Do_Table
Replicate_Wild_Ignore_Table
Last_Errno 9
Last_Error Error in Begin_load_query event: write to '../../tmp/SQL_LOAD.data' failed
Skip_Counter 0
Exec_Master_Log_Pos #
Relay_Log_Space #
Until_Condition None
Until_Log_File
Until_Log_Pos 0
Master_SSL_Allowed No
Master_SSL_CA_File
Master_SSL_CA_Path
Master_SSL_Cert
Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Last_IO_Errno #
Last_IO_Error #
Last_SQL_Errno 9
Last_SQL_Error Error in Begin_load_query event: write to '../../tmp/SQL_LOAD.data' failed
drop table t1;
drop table t1;
drop table t1;
drop table t1;
mysql-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result
View file @
c461c1b0
CHANGE MASTER TO MASTER_USER='root',
CHANGE MASTER TO MASTER_USER='root',
MASTER_CONNECT_RETRY=1,
MASTER_CONNECT_RETRY=1,
MASTER_HOST='127.0.0.1',
MASTER_HOST='127.0.0.1',
MASTER_PORT=
12500
;
MASTER_PORT=
MASTER_MYPORT
;
start slave
;
START SLAVE
;
Unable to use slave's temporary directory ../../../error - Can't read dir of '../../../error' (Errcode: 2)
Unable to use slave's temporary directory ../../../error - Can't read dir of '../../../error' (Errcode: 2)
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
View file @
c461c1b0
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
master
-
slave
.
inc
--
source
include
/
master
-
slave
.
inc
--
source
include
/
not_embedded
.
inc
##########################################################################
##########################################################################
# Loading data
# Loading data
...
@@ -31,8 +32,10 @@ commit;
...
@@ -31,8 +32,10 @@ commit;
connection
slave
;
connection
slave
;
source
include
/
wait_for_slave_sql_to_stop
.
inc
;
source
include
/
wait_for_slave_sql_to_stop
.
inc
;
let
$error
=
query_get_value
(
"show slave status"
,
Last_SQL_Error
,
1
);
--
replace_result
$MASTER_MYPORT
MASTER_MYPORT
echo
$error
;
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
--
replace_regex
/
SQL_LOAD
-
[
0
-
9
]
-
[
0
-
9
]
-
[
0
-
9
]
*/
SQL_LOAD
/
query_vertical
show
slave
status
;
##########################################################################
##########################################################################
# Clean up
# Clean up
...
...
mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist.test
View file @
c461c1b0
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
# This test verifies if the start slave fails gracefuly when an
# This test verifies if the start slave fails gracefuly when an
# invalid directory is used to set --slave-load-tmpdir.
# invalid directory is used to set --slave-load-tmpdir.
##########################################################################
##########################################################################
--
source
include
/
have_log_bin
.
inc
--
source
include
/
not_embedded
.
inc
connect
(
master
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master1
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master1
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
slave
,
127.0
.
0.1
,
root
,,
test
,
$SLAVE_MYPORT
,);
connect
(
slave
,
127.0
.
0.1
,
root
,,
test
,
$SLAVE_MYPORT
,);
...
@@ -9,12 +12,12 @@ connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
...
@@ -9,12 +12,12 @@ connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
connection
slave
;
connection
slave
;
--
replace_result
$MASTER_MYPORT
MASTER_MYPORT
eval
CHANGE
MASTER
TO
MASTER_USER
=
'root'
,
eval
CHANGE
MASTER
TO
MASTER_USER
=
'root'
,
MASTER_CONNECT_RETRY
=
1
,
MASTER_CONNECT_RETRY
=
1
,
MASTER_HOST
=
'127.0.0.1'
,
MASTER_HOST
=
'127.0.0.1'
,
MASTER_PORT
=
$MASTER_MYPORT
;
MASTER_PORT
=
$MASTER_MYPORT
;
START
SLAVE
;
start
slave
;
source
include
/
wait_for_slave_sql_to_stop
.
inc
;
source
include
/
wait_for_slave_sql_to_stop
.
inc
;
let
$error
=
query_get_value
(
"show slave status"
,
Last_SQL_Error
,
1
);
let
$error
=
query_get_value
(
"show slave status"
,
Last_SQL_Error
,
1
);
...
...
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