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
f3d26cb1
Commit
f3d26cb1
authored
Aug 14, 2013
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted test results after recent changes.
parent
b7f9c894
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
mysql-test/r/named_pipe.result
mysql-test/r/named_pipe.result
+4
-4
mysql-test/r/shm.result
mysql-test/r/shm.result
+4
-4
No files found.
mysql-test/r/named_pipe.result
View file @
f3d26cb1
...
@@ -508,7 +508,7 @@ insert into tmp select * from t3;
...
@@ -508,7 +508,7 @@ insert into tmp select * from t3;
insert into t3 select * from tmp;
insert into t3 select * from tmp;
alter table t3 add t2nr int not null auto_increment primary key first;
alter table t3 add t2nr int not null auto_increment primary key first;
drop table tmp;
drop table tmp;
SET
SQL_
BIG_TABLES=1;
SET BIG_TABLES=1;
select distinct concat(fld3," ",fld3) as namn from t2,t3 where t2.fld1=t3.t2nr order by namn limit 10;
select distinct concat(fld3," ",fld3) as namn from t2,t3 where t2.fld1=t3.t2nr order by namn limit 10;
namn
namn
Abraham Abraham
Abraham Abraham
...
@@ -521,7 +521,7 @@ ammonium ammonium
...
@@ -521,7 +521,7 @@ ammonium ammonium
analyzable analyzable
analyzable analyzable
animals animals
animals animals
animized animized
animized animized
SET
SQL_
BIG_TABLES=0;
SET BIG_TABLES=0;
select distinct concat(fld3," ",fld3) from t2,t3 where t2.fld1=t3.t2nr order by fld3 limit 10;
select distinct concat(fld3," ",fld3) from t2,t3 where t2.fld1=t3.t2nr order by fld3 limit 10;
concat(fld3," ",fld3)
concat(fld3," ",fld3)
Abraham Abraham
Abraham Abraham
...
@@ -558,7 +558,7 @@ attendants 1
...
@@ -558,7 +558,7 @@ attendants 1
bedlam 1
bedlam 1
bedpost 1
bedpost 1
boasted 1
boasted 1
SET
SQL_
BIG_TABLES=1;
SET BIG_TABLES=1;
select distinct fld3,count(*) from t2 group by companynr,fld3 limit 10;
select distinct fld3,count(*) from t2 group by companynr,fld3 limit 10;
fld3 count(*)
fld3 count(*)
affixed 1
affixed 1
...
@@ -571,7 +571,7 @@ attendants 1
...
@@ -571,7 +571,7 @@ attendants 1
bedlam 1
bedlam 1
bedpost 1
bedpost 1
boasted 1
boasted 1
SET
SQL_
BIG_TABLES=0;
SET BIG_TABLES=0;
select distinct fld3,repeat("a",length(fld3)),count(*) from t2 group by companynr,fld3 limit 100,10;
select distinct fld3,repeat("a",length(fld3)),count(*) from t2 group by companynr,fld3 limit 100,10;
fld3 repeat("a",length(fld3)) count(*)
fld3 repeat("a",length(fld3)) count(*)
circus aaaaaa 1
circus aaaaaa 1
...
...
mysql-test/r/shm.result
View file @
f3d26cb1
...
@@ -508,7 +508,7 @@ insert into tmp select * from t3;
...
@@ -508,7 +508,7 @@ insert into tmp select * from t3;
insert into t3 select * from tmp;
insert into t3 select * from tmp;
alter table t3 add t2nr int not null auto_increment primary key first;
alter table t3 add t2nr int not null auto_increment primary key first;
drop table tmp;
drop table tmp;
SET
SQL_
BIG_TABLES=1;
SET BIG_TABLES=1;
select distinct concat(fld3," ",fld3) as namn from t2,t3 where t2.fld1=t3.t2nr order by namn limit 10;
select distinct concat(fld3," ",fld3) as namn from t2,t3 where t2.fld1=t3.t2nr order by namn limit 10;
namn
namn
Abraham Abraham
Abraham Abraham
...
@@ -521,7 +521,7 @@ ammonium ammonium
...
@@ -521,7 +521,7 @@ ammonium ammonium
analyzable analyzable
analyzable analyzable
animals animals
animals animals
animized animized
animized animized
SET
SQL_
BIG_TABLES=0;
SET BIG_TABLES=0;
select distinct concat(fld3," ",fld3) from t2,t3 where t2.fld1=t3.t2nr order by fld3 limit 10;
select distinct concat(fld3," ",fld3) from t2,t3 where t2.fld1=t3.t2nr order by fld3 limit 10;
concat(fld3," ",fld3)
concat(fld3," ",fld3)
Abraham Abraham
Abraham Abraham
...
@@ -558,7 +558,7 @@ attendants 1
...
@@ -558,7 +558,7 @@ attendants 1
bedlam 1
bedlam 1
bedpost 1
bedpost 1
boasted 1
boasted 1
SET
SQL_
BIG_TABLES=1;
SET BIG_TABLES=1;
select distinct fld3,count(*) from t2 group by companynr,fld3 limit 10;
select distinct fld3,count(*) from t2 group by companynr,fld3 limit 10;
fld3 count(*)
fld3 count(*)
affixed 1
affixed 1
...
@@ -571,7 +571,7 @@ attendants 1
...
@@ -571,7 +571,7 @@ attendants 1
bedlam 1
bedlam 1
bedpost 1
bedpost 1
boasted 1
boasted 1
SET
SQL_
BIG_TABLES=0;
SET BIG_TABLES=0;
select distinct fld3,repeat("a",length(fld3)),count(*) from t2 group by companynr,fld3 limit 100,10;
select distinct fld3,repeat("a",length(fld3)),count(*) from t2 group by companynr,fld3 limit 100,10;
fld3 repeat("a",length(fld3)) count(*)
fld3 repeat("a",length(fld3)) count(*)
circus aaaaaa 1
circus aaaaaa 1
...
...
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