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
ce2410dd
Commit
ce2410dd
authored
Jul 28, 2007
by
holyfoot/hf@mysql.com/hfmain.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpl_session_var.test fixed to not depend on mysql_test_run parameters
parent
642b0c00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/rpl/r/rpl_session_var.result
mysql-test/suite/rpl/r/rpl_session_var.result
+3
-3
mysql-test/suite/rpl/t/rpl_session_var.test
mysql-test/suite/rpl/t/rpl_session_var.test
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl_session_var.result
View file @
ce2410dd
...
@@ -47,7 +47,7 @@ CREATE TABLE t1 (
...
@@ -47,7 +47,7 @@ CREATE TABLE t1 (
PRIMARY KEY (`id`)
PRIMARY KEY (`id`)
) ENGINE=MyISAM;
) ENGINE=MyISAM;
INSERT INTO t1(data) VALUES(SESSION_USER());
INSERT INTO t1(data) VALUES(SESSION_USER());
SELECT
*
FROM t1;
SELECT
length(data) < 100
FROM t1;
id data
length(data) < 100
1
1
drop table t1;
drop table t1;
mysql-test/suite/rpl/t/rpl_session_var.test
View file @
ce2410dd
...
@@ -56,7 +56,7 @@ INSERT INTO t1(data) VALUES(SESSION_USER());
...
@@ -56,7 +56,7 @@ INSERT INTO t1(data) VALUES(SESSION_USER());
save_master_pos
;
save_master_pos
;
connection
slave
;
connection
slave
;
sync_with_master
;
sync_with_master
;
SELECT
*
FROM
t1
;
SELECT
length
(
data
)
<
100
FROM
t1
;
connection
master
;
connection
master
;
drop
table
t1
;
drop
table
t1
;
save_master_pos
;
save_master_pos
;
...
...
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