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
d4720a4e
Commit
d4720a4e
authored
Feb 05, 2008
by
mkindahl@dl145h.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating result file for rpl_loaddata_map.
parent
5543a5bd
Changes
1
Show 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 @
d4720a4e
...
...
@@ -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