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
a0f5cb49
Commit
a0f5cb49
authored
Apr 07, 2011
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Plain Diff
merge from 5.5-mtr
parents
a9173458
892bd5a0
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
105 additions
and
111 deletions
+105
-111
mysql-test/extra/rpl_tests/rpl_extra_col_master.test
mysql-test/extra/rpl_tests/rpl_extra_col_master.test
+5
-3
mysql-test/include/mix1.inc
mysql-test/include/mix1.inc
+4
-0
mysql-test/include/mtr_warnings.sql
mysql-test/include/mtr_warnings.sql
+1
-43
mysql-test/lib/mtr_misc.pl
mysql-test/lib/mtr_misc.pl
+9
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+80
-51
mysql-test/r/order_by.result
mysql-test/r/order_by.result
+1
-0
mysql-test/r/show_check.result
mysql-test/r/show_check.result
+1
-0
mysql-test/r/sp-destruct.result
mysql-test/r/sp-destruct.result
+1
-0
mysql-test/suite/rpl/r/rpl_extra_col_master_innodb.result
mysql-test/suite/rpl/r/rpl_extra_col_master_innodb.result
+0
-5
mysql-test/suite/rpl/r/rpl_extra_col_master_myisam.result
mysql-test/suite/rpl/r/rpl_extra_col_master_myisam.result
+0
-5
mysql-test/t/order_by.test
mysql-test/t/order_by.test
+1
-2
mysql-test/t/show_check.test
mysql-test/t/show_check.test
+1
-0
mysql-test/t/sp-destruct.test
mysql-test/t/sp-destruct.test
+1
-0
No files found.
mysql-test/extra/rpl_tests/rpl_extra_col_master.test
View file @
a0f5cb49
...
...
@@ -122,11 +122,13 @@ SELECT f1,f2,f3,f4,f5,f6,f7,f8,f9,
#connection slave;
--
disable_query_log
call
mtr
.
add_suppression
(
"Slave SQL.*Table definition on master and slave does not match: Column 2 type mismatch.* 1535"
);
call
mtr
.
add_suppression
(
"Slave
SQL.*Error .Can.t DROP .c7.; check that column.key exists. on query.*
1091"
);
call
mtr
.
add_suppression
(
"Slave
SQL.*Error .Unknown column .c7. in .t15.. on query.*
1054"
);
call
mtr
.
add_suppression
(
"Slave
SQL.*Error .Key column .c6. doesn.t exist in table. on query.*
1072"
);
call
mtr
.
add_suppression
(
"Slave
.*Can.t DROP .c7.; check that column.key exists.* Error_code:
1091"
);
call
mtr
.
add_suppression
(
"Slave
.*Unknown column .c7. in .t15.* Error_code:
1054"
);
call
mtr
.
add_suppression
(
"Slave
.*Key column .c6. doesn.t exist in table.* Error_code:
1072"
);
call
mtr
.
add_suppression
(
"Slave SQL.*Column 2 of table .test.t1.. cannot be converted from type.* Error_code: 1677"
);
--
enable_query_log
sync_slave_with_master
;
--
echo
...
...
mysql-test/include/mix1.inc
View file @
a0f5cb49
...
...
@@ -634,6 +634,10 @@ drop table t1;
drop
table
bug29807
;
create
table
bug29807
(
a
int
);
drop
table
bug29807
;
--
disable_query_log
call
mtr
.
add_suppression
(
"InnoDB: Error: table .test...bug29807. does not exist in the InnoDB internal"
);
call
mtr
.
add_suppression
(
"Cannot find or open table test\/bug29807 from"
);
--
enable_query_log
#
...
...
mysql-test/include/mtr_warnings.sql
View file @
a0f5cb49
...
...
@@ -71,7 +71,7 @@ SET @@collation_connection = @collation_connection_saved||
-- Insert patterns that should always be suppressed
--
INSERT
INTO
global_suppressions
VALUES
(
"
'SELECT UNIX_TIMESTAMP
\\
(
\\
)'
failed on master"
),
(
"
.SELECT UNIX_TIMESTAMP...
failed on master"
),
(
"Aborted connection"
),
(
"Client requested master to start replication from impossible position"
),
(
"Could not find first log file name in binary log"
),
...
...
@@ -128,7 +128,6 @@ INSERT INTO global_suppressions VALUES
(
"Sort aborted"
),
(
"Time-out in NDB"
),
(
"Warning:
\s
+One can only use the --user.*root"
),
(
"Warning:
\s
+Setting lower_case_table_names=2"
),
(
"Warning:
\s
+Table:.* on (delete|rename)"
),
(
"You have an error in your SQL syntax"
),
(
"deprecated"
),
...
...
@@ -141,53 +140,20 @@ INSERT INTO global_suppressions VALUES
(
"slave SQL thread aborted"
),
(
"Slave: .*Duplicate entry"
),
/*
Special case, made as specific as possible, for:
Bug #28436: Incorrect position in SHOW BINLOG EVENTS causes
server coredump
*/
(
"Error in Log_event::read_log_event
\\\(\\\)
: 'Sanity check failed', data_len: 258, event_type: 49"
),
(
"Statement may not be safe to log in statement format"
),
/* test case for Bug#bug29807 copies a stray frm into database */
(
"InnoDB: Error: table `test`.`bug29807` does not exist in the InnoDB internal"
),
(
"Cannot find or open table test
\/
bug29807 from"
),
/* innodb foreign key tests that fail in ALTER or RENAME produce this */
(
"InnoDB: Error: in ALTER TABLE `test`.`t[123]`"
),
(
"InnoDB: Error: in RENAME TABLE table `test`.`t1`"
),
(
"InnoDB: Error: table `test`.`t[123]` does not exist in the InnoDB internal"
),
/* Test case for Bug#14233 produces the following warnings: */
(
"Stored routine 'test'.'bug14233_1': invalid value in column mysql.proc"
),
(
"Stored routine 'test'.'bug14233_2': invalid value in column mysql.proc"
),
(
"Stored routine 'test'.'bug14233_3': invalid value in column mysql.proc"
),
/*
BUG#32080 - Excessive warnings on Solaris: setrlimit could not
change the size of core files
*/
(
"setrlimit could not change the size of core files to 'infinity'"
),
/*
rpl_extrColmaster_*.test, the slave thread produces warnings
when it get updates to a table that has more columns on the
master
*/
(
"Slave: Unknown column 'c7' in 't15' Error_code: 1054"
),
(
"Slave: Can't DROP 'c7'.* 1091"
),
(
"Slave: Key column 'c6'.* 1072"
),
(
"The slave I.O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."
),
(
".SELECT UNIX_TIMESTAMP... failed on master, do not trust column Seconds_Behind_Master of SHOW SLAVE STATUS"
),
/* Special case for Bug #26402 in show_check.test
- Question marks are not valid file name parts on Windows. Ignore
this error message.
*/
(
"Can't find file: '.
\\\\
test
\\\\\\
?{8}.frm'"
),
(
"Slave: Unknown table 't1' Error_code: 1051"
),
/* Added 2009-08-XX after fixing Bug #42408 */
...
...
@@ -215,14 +181,6 @@ INSERT INTO global_suppressions VALUES
(
"==[0-9]*== Warning: invalid file descriptor -1 in syscall write()"
),
(
"==[0-9]*== Warning: invalid file descriptor -1 in syscall read()"
),
/*
Transient network failures that cause warnings on reconnect.
BUG#47743 and BUG#47983.
*/
(
"Slave I/O: Get master SERVER_ID failed with error:.*"
),
(
"Slave I/O: Get master clock failed with error:.*"
),
(
"Slave I/O: Get master COLLATION_SERVER failed with error:.*"
),
(
"Slave I/O: Get master TIME_ZONE failed with error:.*"
),
/*
BUG#42147 - Concurrent DML and LOCK TABLE ... READ for InnoDB
table cause warnings in errlog
...
...
mysql-test/lib/mtr_misc.pl
View file @
a0f5cb49
# -*- cperl -*-
# Copyright (c) 2004, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 201
1
, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
...
...
@@ -36,6 +36,7 @@ sub start_timer($);
sub
has_expired
($);
sub
init_timers
();
sub
mark_time_used
($);
sub
mark_time_idle
();
sub
add_total_times
($);
sub
print_times_used
($$);
sub
print_total_times
($);
...
...
@@ -224,6 +225,7 @@ my %time_used= (
'
ch-warn
'
=>
0
,
'
test
'
=>
0
,
'
init
'
=>
0
,
'
admin
'
=>
0
,
);
my
%
time_text
=
(
...
...
@@ -232,7 +234,8 @@ my %time_text= (
'
check
'
=>
"
Check-testcase
",
'
ch-warn
'
=>
"
Check for warnings
",
'
test
'
=>
"
Test execution
",
'
init
'
=>
"
Initialization etc.
",
'
init
'
=>
"
Initialization/cleanup
",
'
admin
'
=>
"
Test administration
",
);
# Counts number of reports from workers
...
...
@@ -255,6 +258,10 @@ sub mark_time_used($) {
$last_timer_set
=
$curr_time
;
}
sub
mark_time_idle
()
{
$last_timer_set
=
gettimeofday
()
if
$opt_report_times
;
}
sub
add_total_times
($)
{
my
(
$dummy
,
$num
,
@line
)
=
split
("
",
$_
[
0
]);
...
...
mysql-test/mysql-test-run.pl
View file @
a0f5cb49
...
...
@@ -219,9 +219,12 @@ our %gprof_dirs;
our
$glob_debugger
=
0
;
our
$opt_gdb
;
our
$opt_client_gdb
;
our
$opt_dbx
;
our
$opt_client_dbx
;
our
$opt_ddd
;
our
$opt_client_ddd
;
our
$opt_manual_gdb
;
our
$opt_manual_dbx
;
our
$opt_manual_ddd
;
our
$opt_manual_debug
;
our
$opt_debugger
;
...
...
@@ -546,7 +549,9 @@ sub run_test_server ($$$) {
my
$s
=
IO::
Select
->
new
();
$s
->
add
(
$server
);
while
(
1
)
{
mark_time_used
('
admin
');
my
@ready
=
$s
->
can_read
(
1
);
# Wake up once every second
mark_time_idle
();
foreach
my
$sock
(
@ready
)
{
if
(
$sock
==
$server
)
{
# New client connected
...
...
@@ -888,7 +893,7 @@ sub run_worker ($) {
if
(
$opt_gprof
)
{
gprof_collect
(
find_mysqld
(
$basedir
),
keys
%
gprof_dirs
);
}
mark_time_used
('
init
');
mark_time_used
('
admin
');
print_times_used
(
$server
,
$thread_num
);
exit
(
$valgrind_reports
);
}
...
...
@@ -1001,6 +1006,9 @@ sub command_line_setup {
'
ddd
'
=>
\
$opt_ddd
,
'
client-ddd
'
=>
\
$opt_client_ddd
,
'
manual-ddd
'
=>
\
$opt_manual_ddd
,
'
dbx
'
=>
\
$opt_dbx
,
'
client-dbx
'
=>
\
$opt_client_dbx
,
'
manual-dbx
'
=>
\
$opt_manual_dbx
,
'
debugger=s
'
=>
\
$opt_debugger
,
'
client-debugger=s
'
=>
\
$opt_client_debugger
,
'
strace-client:s
'
=>
\
$opt_strace_client
,
...
...
@@ -1426,6 +1434,12 @@ sub command_line_setup {
$opt_ddd
=
undef
;
}
if
(
$opt_dbx
)
{
mtr_warning
("
Silently converting --dbx to --client-dbx in embedded mode
");
$opt_client_dbx
=
$opt_dbx
;
$opt_dbx
=
undef
;
}
if
(
$opt_debugger
)
{
mtr_warning
("
Silently converting --debugger to --client-debugger in embedded mode
");
...
...
@@ -1434,7 +1448,7 @@ sub command_line_setup {
}
if
(
$opt_gdb
||
$opt_ddd
||
$opt_manual_gdb
||
$opt_manual_ddd
||
$opt_manual_debug
||
$opt_debugger
)
$opt_manual_debug
||
$opt_debugger
||
$opt_dbx
||
$opt_manual_dbx
)
{
mtr_error
("
You need to use the client debug options for the
",
"
embedded server. Ex: --client-gdb
");
...
...
@@ -1462,6 +1476,7 @@ sub command_line_setup {
# --------------------------------------------------------------------------
if
(
$opt_gdb
||
$opt_client_gdb
||
$opt_ddd
||
$opt_client_ddd
||
$opt_manual_gdb
||
$opt_manual_ddd
||
$opt_manual_debug
||
$opt_dbx
||
$opt_client_dbx
||
$opt_manual_dbx
||
$opt_debugger
||
$opt_client_debugger
)
{
# Indicate that we are using debugger
...
...
@@ -3762,7 +3777,7 @@ sub run_testcase ($) {
do_before_run_mysqltest
(
$tinfo
);
mark_time_used
('
init
');
mark_time_used
('
admin
');
if
(
$opt_check_testcases
and
check_testcase
(
$tinfo
,
"
before
")
){
# Failed to record state of server or server crashed
...
...
@@ -4704,6 +4719,9 @@ sub mysqld_start ($$) {
{
ddd_arguments
(
\
$args
,
\
$exe
,
$mysqld
->
name
());
}
if
(
$opt_dbx
||
$opt_manual_dbx
)
{
dbx_arguments
(
\
$args
,
\
$exe
,
$mysqld
->
name
());
}
elsif
(
$opt_debugger
)
{
debugger_arguments
(
\
$args
,
\
$exe
,
$mysqld
->
name
());
...
...
@@ -5232,7 +5250,7 @@ sub start_mysqltest ($) {
my
$exe
=
$exe_mysqltest
;
my
$args
;
mark_time_used
('
init
');
mark_time_used
('
admin
');
mtr_init_args
(
\
$args
);
...
...
@@ -5374,6 +5392,9 @@ sub start_mysqltest ($) {
{
ddd_arguments
(
\
$args
,
\
$exe
,
"
client
");
}
if
(
$opt_client_dbx
)
{
dbx_arguments
(
\
$args
,
\
$exe
,
"
client
");
}
elsif
(
$opt_client_debugger
)
{
debugger_arguments
(
\
$args
,
\
$exe
,
"
client
");
...
...
@@ -5408,23 +5429,11 @@ sub gdb_arguments {
# Remove the old gdbinit file
unlink
(
$gdb_init_file
);
if
(
$type
eq
"
client
"
)
{
# write init file for client
# write init file for mysqld or client
mtr_tofile
(
$gdb_init_file
,
"
set args
$str
\n
"
.
"
break main
\n
");
}
else
{
# write init file for mysqld
mtr_tofile
(
$gdb_init_file
,
"
set args
$str
\n
"
.
"
break mysql_parse
\n
"
.
"
commands 1
\n
"
.
"
disable 1
\n
"
.
"
end
\n
");
}
"
break main
\n
"
.
"
run
");
if
(
$opt_manual_gdb
)
{
...
...
@@ -5471,24 +5480,12 @@ sub ddd_arguments {
# Remove the old gdbinit file
unlink
(
$gdb_init_file
);
if
(
$type
eq
"
client
"
)
{
# write init file for client
mtr_tofile
(
$gdb_init_file
,
"
set args
$str
\n
"
.
"
break main
\n
");
}
else
{
# write init file for mysqld
# write init file for mysqld or client
mtr_tofile
(
$gdb_init_file
,
"
file $
$exe
\n
"
.
"
set args
$str
\n
"
.
"
break mysql_parse
\n
"
.
"
commands 1
\n
"
.
"
disable 1
\n
"
.
"
end
");
}
"
break main
\n
"
.
"
run
");
if
(
$opt_manual_ddd
)
{
...
...
@@ -5517,6 +5514,46 @@ sub ddd_arguments {
}
#
# Modify the exe and args so that program is run in dbx in xterm
#
sub
dbx_arguments
{
my
$args
=
shift
;
my
$exe
=
shift
;
my
$type
=
shift
;
# Put $args into a single string
my
$str
=
join
"
",
@$$args
;
if
(
$opt_manual_dbx
)
{
print
"
\n
To start dbx for
$type
, type in another window:
\n
";
print
"
cd
$glob_mysql_test_dir
; dbx -c
\"
stop in main;
"
.
"
run
$str
\"
$
$exe
\n
";
# Indicate the exe should not be started
$$exe
=
undef
;
return
;
}
$$args
=
[]
;
mtr_add_arg
(
$$args
,
"
-title
");
mtr_add_arg
(
$$args
,
"
$type
");
mtr_add_arg
(
$$args
,
"
-e
");
if
(
$exe_libtool
)
{
mtr_add_arg
(
$$args
,
$exe_libtool
);
mtr_add_arg
(
$$args
,
"
--mode=execute
");
}
mtr_add_arg
(
$$args
,
"
dbx
");
mtr_add_arg
(
$$args
,
"
-c
");
mtr_add_arg
(
$$args
,
"
stop in main; run
$str
");
mtr_add_arg
(
$$args
,
"
$
$exe
");
$$exe
=
"
xterm
";
}
#
# Modify the exe and args so that program is run in the selected debugger
#
...
...
@@ -5547,18 +5584,6 @@ sub debugger_arguments {
# Set exe to debuggername
$$exe
=
$debugger
;
}
elsif
(
$debugger
eq
"
dbx
"
)
{
# xterm -e dbx -r exe arg1 .. argn
unshift
(
@$$args
,
$$exe
);
unshift
(
@$$args
,
"
-r
");
unshift
(
@$$args
,
$debugger
);
unshift
(
@$$args
,
"
-e
");
$$exe
=
"
xterm
";
}
else
{
...
...
@@ -5860,6 +5885,7 @@ Options for debugging the product
client-ddd Start mysqltest client in ddd
client-debugger=NAME Start mysqltest in the selected debugger
client-gdb Start mysqltest client in gdb
client-dbx Start mysqltest client in dbx
ddd Start mysqld in ddd
debug Dump trace output for all servers and client programs
debug-common Same as debug, but sets 'd' debug flags to
...
...
@@ -5868,12 +5894,15 @@ Options for debugging the product
tracing
debugger=NAME Start mysqld in the selected debugger
gdb Start the mysqld(s) in gdb
dbx Start the mysqld(s) in dbx
manual-debug Let user manually start mysqld in debugger, before
running test(s)
manual-gdb Let user manually start mysqld in gdb, before running
test(s)
manual-ddd Let user manually start mysqld in ddd, before running
test(s)
manual-dbx Let user manually start mysqld in dbx, before running
test(s)
strace-client[=path] Create strace output for mysqltest client, optionally
specifying name and path to the trace program to use.
Example: $0 --strace-client=ktrace
...
...
mysql-test/r/order_by.result
View file @
a0f5cb49
...
...
@@ -1429,6 +1429,7 @@ CALL mtr.add_suppression("Out of sort memory");
select * from t1 order by b;
ERROR HY001: Out of sort memory, consider increasing server sort buffer size
drop table t1;
call mtr.add_suppression("Out of sort memory; increase server sort buffer size");
#
# Bug #39844: Query Crash Mysql Server 5.0.67
#
...
...
mysql-test/r/show_check.result
View file @
a0f5cb49
...
...
@@ -1338,6 +1338,7 @@ Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length I
DROP DATABASE ``;
show columns from `#mysql50#????????`;
Got one of the listed errors
call mtr.add_suppression("Can.t find file: '.\\\\test\\\\\\?{8}.frm'");
DROP TABLE IF EXISTS t1;
DROP PROCEDURE IF EXISTS p1;
CREATE TABLE t1(c1 INT);
...
...
mysql-test/r/sp-destruct.result
View file @
a0f5cb49
call mtr.add_suppression("Column count of mysql.proc is wrong. Expected 20, found 19. The table is probably corrupted");
call mtr.add_suppression("Stored routine .test...bug14233_[123].: invalid value in column mysql.proc");
use test;
drop procedure if exists bug14233;
drop function if exists bug14233;
...
...
mysql-test/suite/rpl/r/rpl_extra_col_master_innodb.result
View file @
a0f5cb49
...
...
@@ -57,11 +57,6 @@ f1 f2 f3 f4 f5 f6 f7 f8 f9 hex(f10) hex(f11)
27 27 27 next 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
29 29 29 second 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
30 30 30 next 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 2 type mismatch.* 1535");
call mtr.add_suppression("Slave SQL.*Error .Can.t DROP .c7.; check that column.key exists. on query.* 1091");
call mtr.add_suppression("Slave SQL.*Error .Unknown column .c7. in .t15.. on query.* 1054");
call mtr.add_suppression("Slave SQL.*Error .Key column .c6. doesn.t exist in table. on query.* 1072");
call mtr.add_suppression("Slave SQL.*Column 2 of table .test.t1.. cannot be converted from type.* Error_code: 1677");
* Select count and 20 rows from Slave *
...
...
mysql-test/suite/rpl/r/rpl_extra_col_master_myisam.result
View file @
a0f5cb49
...
...
@@ -57,11 +57,6 @@ f1 f2 f3 f4 f5 f6 f7 f8 f9 hex(f10) hex(f11)
27 27 27 next 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
29 29 29 second 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
30 30 30 next 2 kaks 2 got stolen from the paradise very fat blob 1555 123456
call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 2 type mismatch.* 1535");
call mtr.add_suppression("Slave SQL.*Error .Can.t DROP .c7.; check that column.key exists. on query.* 1091");
call mtr.add_suppression("Slave SQL.*Error .Unknown column .c7. in .t15.. on query.* 1054");
call mtr.add_suppression("Slave SQL.*Error .Key column .c6. doesn.t exist in table. on query.* 1072");
call mtr.add_suppression("Slave SQL.*Column 2 of table .test.t1.. cannot be converted from type.* Error_code: 1677");
* Select count and 20 rows from Slave *
...
...
mysql-test/t/order_by.test
View file @
a0f5cb49
...
...
@@ -847,8 +847,7 @@ CALL mtr.add_suppression("Out of sort memory");
--
error
ER_OUT_OF_SORTMEMORY
select
*
from
t1
order
by
b
;
drop
table
t1
;
call
mtr
.
add_suppression
(
"Out of sort memory; increase server sort buffer size"
);
--
echo
#
--
echo
# Bug #39844: Query Crash Mysql Server 5.0.67
--
echo
#
...
...
mysql-test/t/show_check.test
View file @
a0f5cb49
...
...
@@ -1082,6 +1082,7 @@ DROP DATABASE `
#
--
error
ER_NO_SUCH_TABLE
,
ER_FILE_NOT_FOUND
show
columns
from
`#mysql50#????????`
;
call
mtr
.
add_suppression
(
"Can.t find file: '.
\\\\
test
\\\\\\
?
{
8
}
.frm'"
);
#
# SHOW CREATE TRIGGER test.
...
...
mysql-test/t/sp-destruct.test
View file @
a0f5cb49
...
...
@@ -14,6 +14,7 @@
# Supress warnings written to the log file
call
mtr
.
add_suppression
(
"Column count of mysql.proc is wrong. Expected 20, found 19. The table is probably corrupted"
);
call
mtr
.
add_suppression
(
"Stored routine .test...bug14233_[123].: invalid value in column mysql.proc"
);
# Backup proc table
let
$MYSQLD_DATADIR
=
`select @@datadir`
;
...
...
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