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
16a55614
Commit
16a55614
authored
Oct 25, 2010
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Plain Diff
merge from 5.1-mtr
parents
180e74bd
bad7fa7c
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
46 additions
and
37 deletions
+46
-37
client/mysqltest.cc
client/mysqltest.cc
+4
-4
mysql-test/extra/rpl_tests/rpl_get_master_version_and_clock.test
...est/extra/rpl_tests/rpl_get_master_version_and_clock.test
+1
-1
mysql-test/extra/rpl_tests/rpl_loaddata.test
mysql-test/extra/rpl_tests/rpl_loaddata.test
+1
-1
mysql-test/include/check_concurrent_insert.inc
mysql-test/include/check_concurrent_insert.inc
+2
-2
mysql-test/include/check_no_concurrent_insert.inc
mysql-test/include/check_no_concurrent_insert.inc
+2
-2
mysql-test/include/get_relay_log_pos.inc
mysql-test/include/get_relay_log_pos.inc
+2
-2
mysql-test/include/kill_query.inc
mysql-test/include/kill_query.inc
+2
-2
mysql-test/include/kill_query_and_diff_master_slave.inc
mysql-test/include/kill_query_and_diff_master_slave.inc
+4
-4
mysql-test/include/setup_fake_relay_log.inc
mysql-test/include/setup_fake_relay_log.inc
+1
-1
mysql-test/include/show_binlog_events.inc
mysql-test/include/show_binlog_events.inc
+2
-2
mysql-test/include/show_rpl_debug_info.inc
mysql-test/include/show_rpl_debug_info.inc
+3
-3
mysql-test/include/wait_for_slave_io_error.inc
mysql-test/include/wait_for_slave_io_error.inc
+1
-1
mysql-test/include/wait_for_slave_param.inc
mysql-test/include/wait_for_slave_param.inc
+2
-2
mysql-test/include/wait_for_slave_sql_error.inc
mysql-test/include/wait_for_slave_sql_error.inc
+1
-1
mysql-test/include/wait_for_status_var.inc
mysql-test/include/wait_for_status_var.inc
+1
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+13
-4
mysql-test/suite/rpl/t/rpl_killed_ddl.test
mysql-test/suite/rpl/t/rpl_killed_ddl.test
+1
-1
mysql-test/t/mysqltest.test
mysql-test/t/mysqltest.test
+1
-1
mysql-test/t/wait_timeout.test
mysql-test/t/wait_timeout.test
+2
-2
No files found.
client/mysqltest.cc
View file @
16a55614
...
...
@@ -5725,7 +5725,7 @@ int read_line(char *buf, int size)
/* Could be a multibyte character */
/* This code is based on the code in "sql_load.cc" */
#ifdef USE_MB
int
charlen
=
my_mbcharlen
(
charset_info
,
c
);
int
charlen
=
my_mbcharlen
(
charset_info
,
(
unsigned
char
)
c
);
/* We give up if multibyte character is started but not */
/* completed before we pass buf_end */
if
((
charlen
>
1
)
&&
(
p
+
charlen
)
<=
buf_end
)
...
...
@@ -5737,16 +5737,16 @@ int read_line(char *buf, int size)
for
(
i
=
1
;
i
<
charlen
;
i
++
)
{
c
=
my_getc
(
cur_file
->
file
);
if
(
feof
(
cur_file
->
file
))
goto
found_eof
;
c
=
my_getc
(
cur_file
->
file
);
*
p
++
=
c
;
}
if
(
!
my_ismbchar
(
charset_info
,
mb_start
,
p
))
{
/* It was not a multiline char, push back the characters */
/* We leave first 'c', i.e. pretend it was a normal char */
while
(
p
>
mb_start
)
while
(
p
-
1
>
mb_start
)
my_ungetc
(
*--
p
);
}
}
...
...
@@ -9783,6 +9783,7 @@ void free_pointer_array(POINTER_ARRAY *pa)
void
replace_dynstr_append_mem
(
DYNAMIC_STRING
*
ds
,
const
char
*
val
,
int
len
)
{
char
lower
[
512
];
#ifdef __WIN__
fix_win_paths
(
val
,
len
);
#endif
...
...
@@ -9790,7 +9791,6 @@ void replace_dynstr_append_mem(DYNAMIC_STRING *ds,
if
(
display_result_lower
)
{
/* Convert to lower case, and do this first */
char
lower
[
512
];
char
*
c
=
lower
;
for
(
const
char
*
v
=
val
;
*
v
;
v
++
)
*
c
++=
my_tolower
(
charset_info
,
*
v
);
...
...
mysql-test/extra/rpl_tests/rpl_get_master_version_and_clock.test
View file @
16a55614
...
...
@@ -34,7 +34,7 @@
#
connection
slave
;
if
(
`SELECT $debug_sync_action = ''`
)
if
(
!
$debug_sync_action
)
{
--
die
Cannot
continue
.
Please
set
value
for
debug_sync_action
.
}
...
...
mysql-test/extra/rpl_tests/rpl_loaddata.test
View file @
16a55614
...
...
@@ -24,7 +24,7 @@ connection master;
# MTR is not case-sensitive.
let
$lower_stmt_head
=
load
data
;
let
$UPPER_STMT_HEAD
=
LOAD
DATA
;
if
(
`SELECT '$lock_option' <> ''`
)
if
(
$lock_option
)
{
#if $lock_option is null, an extra blank is added into the statement,
#this will change the result of rpl_loaddata test case. so $lock_option
...
...
mysql-test/include/check_concurrent_insert.inc
View file @
16a55614
...
...
@@ -23,7 +23,7 @@
# Reset DEBUG_SYNC facility for safety.
set
debug_sync
=
"RESET"
;
if
(
`SELECT '$restore_table' <> ''`
)
if
(
$restore_table
)
{
--
eval
create
temporary
table
t_backup
select
*
from
$restore_table
;
}
...
...
@@ -82,7 +82,7 @@ connection default;
--
eval
delete
from
$table
where
i
=
0
;
if (
`SELECT '
$restore_table
' <> '
'`
)
if
(
$restore_table
)
{
--
eval
truncate
table
$restore_table
;
--
eval
insert
into
$restore_table
select
*
from
t_backup
;
...
...
mysql-test/include/check_no_concurrent_insert.inc
View file @
16a55614
...
...
@@ -23,7 +23,7 @@
# Reset DEBUG_SYNC facility for safety.
set
debug_sync
=
"RESET"
;
if
(
`SELECT '$restore_table' <> ''`
)
if
(
$restore_table
)
{
--
eval
create
temporary
table
t_backup
select
*
from
$restore_table
;
}
...
...
@@ -67,7 +67,7 @@ if (!$success)
--
eval
delete
from
$table
where
i
=
0
;
if (
`SELECT '
$restore_table
' <> '
'`
)
if
(
$restore_table
)
{
--
eval
truncate
table
$restore_table
;
--
eval
insert
into
$restore_table
select
*
from
t_backup
;
...
...
mysql-test/include/get_relay_log_pos.inc
View file @
16a55614
...
...
@@ -10,12 +10,12 @@
# # at this point, get_relay_log_pos.inc sets $relay_log_pos. echo position
# # in $relay_log_file: $relay_log_pos.
if
(
`SELECT '$relay_log_file' = ''`
)
if
(
!
$relay_log_file
)
{
--
die
'variable $relay_log_file is null'
}
if
(
`SELECT '$master_log_pos' = ''`
)
if
(
!
$master_log_pos
)
{
--
die
'variable $master_log_pos is null'
}
...
...
mysql-test/include/kill_query.inc
View file @
16a55614
...
...
@@ -44,7 +44,7 @@ connection master;
# kill the query that is waiting
eval
kill
query
$connection_id
;
if
(
`SELECT '$debug_lock' != ''`
)
if
(
$debug_lock
)
{
# release the lock to allow binlog continue
eval
SELECT
RELEASE_LOCK
(
$debug_lock
);
...
...
@@ -57,7 +57,7 @@ reap;
connection
master
;
if
(
`SELECT '$debug_lock' != ''`
)
if
(
$debug_lock
)
{
# get lock again to make the next query wait
eval
SELECT
GET_LOCK
(
$debug_lock
,
10
);
...
...
mysql-test/include/kill_query_and_diff_master_slave.inc
View file @
16a55614
...
...
@@ -25,7 +25,7 @@ source include/kill_query.inc;
connection
master
;
disable_query_log
;
disable_result_log
;
if
(
`SELECT '$debug_lock' != ''`
)
if
(
$debug_lock
)
{
eval
SELECT
RELEASE_LOCK
(
$debug_lock
);
}
...
...
@@ -36,8 +36,8 @@ source include/diff_master_slave.inc;
# Acquire the debug lock again if used
connection
master
;
disable_query_log
;
disable_result_log
;
if
(
`SELECT '$debug_lock' !=
''`
)
{
eval
SELECT
GET_LOCK
(
$debug_lock
,
10
);
}
enable_result_log
;
enable_query_log
;
disable_query_log
;
disable_result_log
;
if
(
$debug_lock
)
{
eval
SELECT
GET_LOCK
(
$debug_lock
,
10
);
}
enable_
result_log
;
enable_
query_log
;
connection
$connection_name
;
mysql-test/include/setup_fake_relay_log.inc
View file @
16a55614
...
...
@@ -56,7 +56,7 @@ if (`SELECT "$_sql_running" = "Yes" OR "$_io_running" = "Yes"`) {
# Read server variables.
let
$MYSQLD_DATADIR
=
`SELECT @@datadir`
;
let
$_fake_filename
=
query_get_value
(
SHOW
VARIABLES
LIKE
'relay_log'
,
Value
,
1
);
if
(
`SELECT '$_fake_filename' = ''`
)
{
if
(
!
$_fake_filename
)
{
--
echo
Badly
written
test
case
:
relay_log
variable
is
empty
.
Please
use
the
--echo server option --relay-log=FILE.
}
...
...
mysql-test/include/show_binlog_events.inc
View file @
16a55614
...
...
@@ -27,14 +27,14 @@ if (!$binlog_start)
}
--
let
$_statement
=
show
binlog
events
if
(
`SELECT '$binlog_file' <> ''`
)
if
(
$binlog_file
)
{
--
let
$_statement
=
$_statement
in
'$binlog_file'
}
--
let
$_statement
=
$_statement
from
$binlog_start
if
(
`SELECT '$binlog_limit' <> ''`
)
if
(
$binlog_limit
)
{
--
let
$_statement
=
$_statement
limit
$binlog_limit
}
...
...
mysql-test/include/show_rpl_debug_info.inc
View file @
16a55614
...
...
@@ -48,13 +48,13 @@ let $binlog_name= query_get_value("SHOW MASTER STATUS", File, 1);
eval
SHOW
BINLOG
EVENTS
IN
'$binlog_name'
;
let
$_master_con
=
$master_connection
;
if
(
`SELECT '$_master_con' = ''`
)
if
(
!
$_master_con
)
{
if
(
`SELECT '$_con' = 'slave'`
)
{
let
$_master_con
=
master
;
}
if
(
`SELECT '$_master_con' = ''`
)
if
(
!
$_master_con
)
{
--
echo
Unable
to
determine
master
connection
.
No
debug
info
printed
for
master
.
--
echo
Please
fix
the
test
case
by
setting
$master_connection
before
sourcing
...
...
@@ -62,7 +62,7 @@ if (`SELECT '$_master_con' = ''`)
}
}
if
(
`SELECT '$_master_con' != ''`
)
if
(
$_master_con
)
{
let
$master_binlog_name_io
=
query_get_value
(
"SHOW SLAVE STATUS"
,
Master_Log_File
,
1
);
...
...
mysql-test/include/wait_for_slave_io_error.inc
View file @
16a55614
...
...
@@ -31,7 +31,7 @@
# $master_connection
# See wait_for_slave_param.inc for description.
if
(
`SELECT '$slave_io_errno' = ''`
)
{
if
(
!
$slave_io_errno
)
{
--
die
!!!
ERROR
IN
TEST
:
you
must
set
\
$slave_io_errno
before
sourcing
wait_for_slave_io_error
.
inc
}
...
...
mysql-test/include/wait_for_slave_param.inc
View file @
16a55614
...
...
@@ -51,7 +51,7 @@ if (!$_slave_timeout_counter)
}
let
$_slave_param_comparison
=
$slave_param_comparison
;
if
(
`SELECT '$_slave_param_comparison' = ''`
)
if
(
!
$_slave_param_comparison
)
{
let
$_slave_param_comparison
=
=
;
}
...
...
@@ -71,7 +71,7 @@ while (`SELECT NOT('$_show_slave_status_value' $_slave_param_comparison '$slave_
if
(
!
$_slave_timeout_counter
)
{
--
echo
****
ERROR
:
timeout
after
$slave_timeout
seconds
while
waiting
for
slave
parameter
$slave_param
$_slave_param_comparison
$slave_param_value
****
if
(
`SELECT '$slave_error_message' != ''`
)
if
(
$slave_error_message
)
{
--
echo
Message
:
$slave_error_message
}
...
...
mysql-test/include/wait_for_slave_sql_error.inc
View file @
16a55614
...
...
@@ -24,7 +24,7 @@
# $master_connection
# See wait_for_slave_param.inc for description.
if
(
`SELECT '$slave_sql_errno' = ''`
)
{
if
(
!
$slave_sql_errno
)
{
--
die
!!!
ERROR
IN
TEST
:
you
must
set
\
$slave_sql_errno
before
sourcing
wait_for_slave_sql_error
.
inc
}
...
...
mysql-test/include/wait_for_status_var.inc
View file @
16a55614
...
...
@@ -45,7 +45,7 @@ if (!$_status_timeout_counter)
}
let
$_status_var_comparsion
=
$status_var_comparsion
;
if
(
`SELECT '$_status_var_comparsion' = ''`
)
if
(
!
$_status_var_comparsion
)
{
let
$_status_var_comparsion
=
=
;
}
...
...
mysql-test/mysql-test-run.pl
View file @
16a55614
...
...
@@ -587,13 +587,15 @@ sub run_test_server ($$$) {
if
(
$test_has_failed
and
$retries
<=
$opt_retry
){
# Test should be run one more time unless it has failed
# too many times already
my
$tname
=
$result
->
{
name
};
my
$failures
=
$result
->
{
failures
};
if
(
$opt_retry
>
1
and
$failures
>=
$opt_retry_failure
){
mtr_report
("
\n
Test has failed
$failures
times,
",
mtr_report
("
\n
Test
$tname
has failed
$failures
times,
",
"
no more retries!
\n
");
}
else
{
mtr_report
("
\n
Retrying test, attempt(
$retries
/
$opt_retry
)...
\n
");
mtr_report
("
\n
Retrying test
$tname
,
"
.
"
attempt(
$retries
/
$opt_retry
)...
\n
");
delete
(
$result
->
{
result
});
$result
->
{
retries
}
=
$retries
+
1
;
$result
->
write_test
(
$sock
,
'
TESTCASE
');
...
...
@@ -3101,7 +3103,8 @@ sub check_testcase($$)
"
\n
MTR's internal check of the test case '
$tname
' failed.
This means that the test case does not preserve the state that existed
before the test case was executed. Most likely the test case did not
do a proper clean-up.
do a proper clean-up. It could also be caused by the previous test run
by this thread, if the server wasn't restarted.
This is the diff of the states of the servers before and after the
test case was executed:
\n
";
$tinfo
->
{
check
}
.=
$report
;
...
...
@@ -3143,6 +3146,10 @@ test case was executed:\n";
# Kill any check processes still running
map
(
$_
->
kill
(),
values
(
%
started
));
mtr_warning
("
Check-testcase failed, this could also be caused by the
"
.
"
previous test run by this worker thread
")
if
$result
>
1
&&
$mode
eq
"
before
";
return
$result
;
}
...
...
@@ -3796,7 +3803,9 @@ sub get_log_from_proc ($$) {
foreach
my
$mysqld
(
mysqlds
())
{
if
(
$mysqld
->
{
proc
}
eq
$proc
)
{
my
@srv_lines
=
extract_server_log
(
$mysqld
->
value
('
#log-error
'),
$name
);
$srv_log
=
"
\n
Server log from this test:
\n
"
.
join
("",
@srv_lines
);
$srv_log
=
"
\n
Server log from this test:
\n
"
.
"
----------SERVER LOG START-----------
\n
"
.
join
("",
@srv_lines
)
.
"
----------SERVER LOG END-------------
\n
";
last
;
}
}
...
...
mysql-test/suite/rpl/t/rpl_killed_ddl.test
View file @
16a55614
...
...
@@ -119,7 +119,7 @@ echo [on master];
# This will block the execution of a statement at the DBUG_SYNC_POINT
# with given lock name
if
(
`SELECT '$debug_lock' != ''`
)
if
(
$debug_lock
)
{
disable_query_log
;
disable_result_log
;
...
...
mysql-test/t/mysqltest.test
View file @
16a55614
...
...
@@ -331,7 +331,7 @@ eval select $mysql_errno as "after_!errno_masked_error" ;
--
exec
illegal_command
--
cat_file
does_not_exist
--
perl
exit
(
1
);
exit
(
2
);
EOF
# ----------------------------------------------------------------------------
...
...
mysql-test/t/wait_timeout.test
View file @
16a55614
...
...
@@ -53,7 +53,7 @@ while (!`select @aborted_clients`)
dec
$retries
;
if
(
!
$retries
)
{
Failed
to
detect
that
client
has
been
aborted
;
die
Failed
to
detect
that
client
has
been
aborted
;
}
}
--
enable_query_log
...
...
@@ -108,7 +108,7 @@ while (!`select @aborted_clients`)
dec
$retries
;
if
(
!
$retries
)
{
Failed
to
detect
that
client
has
been
aborted
;
die
Failed
to
detect
that
client
has
been
aborted
;
}
}
--
enable_query_log
...
...
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