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
d5db68cd
Commit
d5db68cd
authored
Jan 12, 2010
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Auto merge.
parents
57418a6f
ff1922d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result
mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result
+1
-0
mysql-test/suite/rpl/t/rpl_stm_loaddata_concurrent.test
mysql-test/suite/rpl/t/rpl_stm_loaddata_concurrent.test
+1
-0
No files found.
mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result
View file @
d5db68cd
RESET MASTER;
CREATE TABLE t1 (c1 char(50));
LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1;
LOAD DATA CONCURRENT INFILE '../../std_data/words.dat' INTO TABLE t1;
...
...
mysql-test/suite/rpl/t/rpl_stm_loaddata_concurrent.test
View file @
d5db68cd
--
source
include
/
not_ndb_default
.
inc
--
source
include
/
have_log_bin
.
inc
--
source
include
/
have_binlog_format_statement
.
inc
RESET
MASTER
;
let
$binlog_start
=
query_get_value
(
SHOW
MASTER
STATUS
,
Position
,
1
);
CREATE
TABLE
t1
(
c1
char
(
50
));
...
...
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