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
e97281ef
Commit
e97281ef
authored
Oct 01, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to commit to be able to pull to be able to push to fix an oops
parent
e0496133
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
repl-tests/test-dump/run.test
repl-tests/test-dump/run.test
+1
-1
repl-tests/test-repl/run.test
repl-tests/test-repl/run.test
+1
-1
No files found.
repl-tests/test-dump/run.test
View file @
e97281ef
...
...
@@ -14,7 +14,7 @@ load data infile '/usr/dict/words' into table words;
drop
table
if
exists
words1
;
create
table
words1
(
word
char
(
20
)
not
null
);
load
data
infile
'/usr/dict/words'
into
table
words1
;
sleep
5
;
sleep
20
;
connection
slave
;
use
test
;
drop
table
if
exists
words
;
...
...
repl-tests/test-repl/run.test
View file @
e97281ef
...
...
@@ -18,7 +18,7 @@ insert into foo values(1),(2);
@
foo
-
dump
-
master
.
master
select
*
from
foo
;
@
sum
-
wlen
-
master
.
master
select
sum
(
length
(
word
))
from
words
;
connection
slave
;
sleep
5
;
sleep
1
5
;
use
test
;
@
sum
-
wlen
-
slave
.
master
select
sum
(
length
(
word
))
from
words
;
@
foo
-
dump
-
slave
.
master
select
*
from
foo
;
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