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
19025ba0
Commit
19025ba0
authored
Feb 05, 2008
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating result file for rpl_loaddata_map.
mysql-test/suite/rpl/r/rpl_loaddata_map.result: Result change.
parent
0ea839e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
mysql-test/suite/rpl/r/rpl_loaddata_map.result
mysql-test/suite/rpl/r/rpl_loaddata_map.result
+5
-5
No files found.
mysql-test/suite/rpl/r/rpl_loaddata_map.result
View file @
19025ba0
...
...
@@ -14,11 +14,11 @@ count(*)
5000
show binlog events in 'master-bin.000002' from <binlog_start>;
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000002
106 Query 1
# use `test`; create table t2 (id int not null primary key auto_increment)
master-bin.000002
229 Begin_load_query 1 # ;file_id=#;block_len=8192
master-bin.000002
8444 Append_block 1 # ;file_id=#;block_len=8192
master-bin.000002
16659 Append_block 1 # ;file_id=#;block_len=7509
master-bin.000002
24191 Execute_load_query 1
# use `test`; load data infile 'MYSQLTEST_VARDIR/tmp/bug30435_5k.txt' into table t2 ;file_id=#
master-bin.000002
# Query #
# use `test`; create table t2 (id int not null primary key auto_increment)
master-bin.000002
# Begin_load_query # # ;file_id=#;block_len=#
master-bin.000002
# Append_block # # ;file_id=#;block_len=#
master-bin.000002
# Append_block # # ;file_id=#;block_len=#
master-bin.000002
# Execute_load_query #
# use `test`; load data infile 'MYSQLTEST_VARDIR/tmp/bug30435_5k.txt' into table t2 ;file_id=#
select count(*) from t2 /* 5 000 */;
count(*)
5000
...
...
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