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
140c9164
Commit
140c9164
authored
Feb 20, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-merge fixes.
parent
b14a6af8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
mysql-test/r/binlog_row_mix_innodb_myisam.result
mysql-test/r/binlog_row_mix_innodb_myisam.result
+2
-2
mysql-test/t/binlog_row_mix_innodb_myisam.test
mysql-test/t/binlog_row_mix_innodb_myisam.test
+3
-3
mysql-test/t/binlog_stm_mix_innodb_myisam.test
mysql-test/t/binlog_stm_mix_innodb_myisam.test
+3
-3
No files found.
mysql-test/r/binlog_row_mix_innodb_myisam.result
View file @
140c9164
...
...
@@ -294,9 +294,9 @@ select get_lock("a",10);
get_lock("a",10)
1
select
(@a:=load_file("MYSQL
_TEST_DIR/var
/tmp/mix_innodb_myisam_binlog.output"))
(@a:=load_file("MYSQL
TEST_VARDIR
/tmp/mix_innodb_myisam_binlog.output"))
is not null;
(@a:=load_file("MYSQL
_TEST_DIR/var
/tmp/mix_innodb_myisam_binlog.output"))
(@a:=load_file("MYSQL
TEST_VARDIR
/tmp/mix_innodb_myisam_binlog.output"))
is not null
1
select
...
...
mysql-test/t/binlog_row_mix_innodb_myisam.test
View file @
140c9164
...
...
@@ -11,10 +11,10 @@
# we check that the error code of the "ROLLBACK" event is 0 and not
# ER_SERVER_SHUTDOWN (i.e. disconnection just rolls back transaction
# and does not make slave to stop)
--
exec
$MYSQL_BINLOG
--
start
-
position
=
516
$MYSQL
_TEST_DIR
/
var
/
log
/
master
-
bin
.
000001
>
var
/
tmp
/
mix_innodb_myisam_binlog
.
output
--
replace_result
$MYSQL
_TEST_DIR
MYSQL_TEST_
DIR
--
exec
$MYSQL_BINLOG
--
start
-
position
=
516
$MYSQL
TEST_VARDIR
/
log
/
master
-
bin
.
000001
>
$MYSQLTEST_VARDIR
/
tmp
/
mix_innodb_myisam_binlog
.
output
--
replace_result
$MYSQL
TEST_VARDIR
MYSQLTEST_VAR
DIR
eval
select
(
@
a
:=
load_file
(
"
$MYSQL
_TEST_DIR
/var
/tmp/mix_innodb_myisam_binlog.output"
))
(
@
a
:=
load_file
(
"
$MYSQL
TEST_VARDIR
/tmp/mix_innodb_myisam_binlog.output"
))
is
not
null
;
--
replace_result
$MYSQL_TEST_DIR
MYSQL_TEST_DIR
eval
select
...
...
mysql-test/t/binlog_stm_mix_innodb_myisam.test
View file @
140c9164
...
...
@@ -11,10 +11,10 @@
# we check that the error code of the "ROLLBACK" event is 0 and not
# ER_SERVER_SHUTDOWN (i.e. disconnection just rolls back transaction
# and does not make slave to stop)
--
exec
$MYSQL_BINLOG
--
start
-
position
=
551
$MYSQL
_TEST_DIR
/
var
/
log
/
master
-
bin
.
000001
>
var
/
tmp
/
mix_innodb_myisam_binlog
.
output
--
replace_result
$MYSQL
_TEST_DIR
MYSQL_TEST_
DIR
--
exec
$MYSQL_BINLOG
--
start
-
position
=
551
$MYSQL
TEST_VARDIR
/
log
/
master
-
bin
.
000001
>
$MYSQLTEST_VARDIR
/
tmp
/
mix_innodb_myisam_binlog
.
output
--
replace_result
$MYSQL
TEST_VARDIR
MYSQLTEST_VAR
DIR
eval
select
(
@
a
:=
load_file
(
"
$MYSQL
_TEST_DIR
/var
/tmp/mix_innodb_myisam_binlog.output"
))
(
@
a
:=
load_file
(
"
$MYSQL
TEST_VARDIR
/tmp/mix_innodb_myisam_binlog.output"
))
is
not
null
;
--
replace_result
$MYSQL_TEST_DIR
MYSQL_TEST_DIR
eval
select
...
...
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