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
cacdb371
Commit
cacdb371
authored
Feb 08, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test results
parent
b59c6786
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/r/binlog_row_blackhole.result
mysql-test/r/binlog_row_blackhole.result
+1
-1
mysql-test/r/rpl_row_flsh_tbls.result
mysql-test/r/rpl_row_flsh_tbls.result
+1
-0
mysql-test/r/rpl_row_log.result
mysql-test/r/rpl_row_log.result
+1
-1
No files found.
mysql-test/r/binlog_row_blackhole.result
View file @
cacdb371
...
@@ -92,7 +92,7 @@ insert into t1 values(1);
...
@@ -92,7 +92,7 @@ insert into t1 values(1);
insert ignore into t1 values(1);
insert ignore into t1 values(1);
replace into t1 values(100);
replace into t1 values(100);
create table t2 (a varchar(200)) engine=blackhole;
create table t2 (a varchar(200)) engine=blackhole;
load data infile '../
../std_data
/words.dat' into table t2;
load data infile '../
std_data_ln
/words.dat' into table t2;
alter table t1 add b int;
alter table t1 add b int;
alter table t1 drop b;
alter table t1 drop b;
create table t3 like t1;
create table t3 like t1;
...
...
mysql-test/r/rpl_row_flsh_tbls.result
View file @
cacdb371
...
@@ -30,3 +30,4 @@ flush tables with read lock;
...
@@ -30,3 +30,4 @@ flush tables with read lock;
start slave;
start slave;
stop slave;
stop slave;
ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction
ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction
drop table t3, t4, t5;
mysql-test/r/rpl_row_log.result
View file @
cacdb371
...
@@ -12,7 +12,7 @@ create table t1(n int not null auto_increment primary key);
...
@@ -12,7 +12,7 @@ create table t1(n int not null auto_increment primary key);
insert into t1 values (NULL);
insert into t1 values (NULL);
drop table t1;
drop table t1;
create table t1 (word char(20) not null);
create table t1 (word char(20) not null);
load data infile '../
../std_data
/words.dat' into table t1 ignore 1 lines;
load data infile '../
std_data_ln
/words.dat' into table t1 ignore 1 lines;
select count(*) from t1;
select count(*) from t1;
count(*)
count(*)
69
69
...
...
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