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
10b194d2
Commit
10b194d2
authored
Jan 31, 2008
by
mkindahl@dl145h.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to fix tests in pushbuild.
parent
b8428d15
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
mysql-test/include/have_local_infile.inc
mysql-test/include/have_local_infile.inc
+4
-0
mysql-test/r/have_local_infile.require
mysql-test/r/have_local_infile.require
+2
-0
mysql-test/t/binlog_start_comment.test
mysql-test/t/binlog_start_comment.test
+4
-2
mysql-test/t/rpl_sp.test
mysql-test/t/rpl_sp.test
+1
-1
No files found.
mysql-test/include/have_local_infile.inc
0 → 100644
View file @
10b194d2
--
require
r
/
have_local_infile
.
require
disable_query_log
;
show
variables
like
'local_infile'
;
enable_query_log
;
mysql-test/r/have_local_infile.require
0 → 100644
View file @
10b194d2
Variable_name Value
local_infile ON
mysql-test/t/binlog_start_comment.test
View file @
10b194d2
# Test case for bug#32205 Replaying statements from mysqlbinlog fails
# with a syntax error, replicates fine
--
source
include
/
have_log_bin
.
inc
source
include
/
have_log_bin
.
inc
;
source
include
/
have_local_infile
.
inc
;
reset
master
;
--
disable_warnings
drop
table
if
exists
t1
,
t2
;
...
...
@@ -19,4 +21,4 @@ select * from t2;
# clean up
drop
table
t1
,
t2
;
--
system
rm
$MYSQLTEST_VARDIR
/
tmp
/
binlog_start_comment
.
binlog
#
--system rm $MYSQLTEST_VARDIR/tmp/binlog_start_comment.binlog
mysql-test/t/rpl_sp.test
View file @
10b194d2
...
...
@@ -560,7 +560,6 @@ set @a:= mysqltest2.f1();
sync_slave_with_master
;
connection
master
;
# Final inspection which verifies how all statements of this test file
# were written to the binary log.
--
replace_column
2
# 5 #
...
...
@@ -577,3 +576,4 @@ set global log_bin_trust_function_creators=0;
# Clean up
drop
database
mysqltest
;
drop
database
mysqltest2
;
sync_slave_with_master
;
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