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
03f2add9
Commit
03f2add9
authored
Sep 06, 2006
by
jmiller/ndbdev@mysql.com/ndb08.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test case due to pb test failure on sol10-sparc-a' -max
parent
8f0a7e4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
16 deletions
+26
-16
mysql-test/r/ndb_dd_disk2memory.result
mysql-test/r/ndb_dd_disk2memory.result
+17
-7
mysql-test/r/ndb_dd_sql_features.result
mysql-test/r/ndb_dd_sql_features.result
+2
-2
mysql-test/t/ndb_dd_disk2memory.test
mysql-test/t/ndb_dd_disk2memory.test
+5
-5
mysql-test/t/ndb_dd_sql_features.test
mysql-test/t/ndb_dd_sql_features.test
+2
-2
No files found.
mysql-test/r/ndb_dd_disk2memory.result
View file @
03f2add9
...
...
@@ -444,21 +444,31 @@ COUNT(a2) (a2+1) COUNT(a2)*(a2+0)
1 21 20
1 22 21
a
4
3
8
7
6
5
a c
8 Clavin
7 Serge
6 Jeb
5 Stewart
4 Martin
4 Clavin
3 Serge
3 Pekka
a
2
3
4
5
6
7
8
a c
3 Serge
3 Pekka
4 Martin
4 Clavin
5 Stewart
6 Jeb
7 Serge
8 Clavin
a
1
1
...
...
mysql-test/r/ndb_dd_sql_features.result
View file @
03f2add9
...
...
@@ -13,12 +13,12 @@ ENGINE=NDB;
CREATE TABLESPACE ts1
ADD DATAFILE './table_space1/datafile.dat'
USE LOGFILE GROUP lg
INITIAL_SIZE 2
0
M
INITIAL_SIZE 2
5
M
ENGINE NDB;
CREATE TABLESPACE ts2
ADD DATAFILE './table_space2/datafile.dat'
USE LOGFILE GROUP lg
INITIAL_SIZE
12
M
INITIAL_SIZE
20
M
ENGINE NDB;
CREATE TABLE test.t1 (a1 int NOT NULL PRIMARY KEY, a2 VARCHAR(256), a3 BLOB)
TABLESPACE ts1 STORAGE DISK ENGINE=NDB;
...
...
mysql-test/t/ndb_dd_disk2memory.test
View file @
03f2add9
...
...
@@ -234,12 +234,12 @@ b CHAR(5), c TEXT, d INT NOT NULL PRIMARY KEY) TABLESPACE
table_space1
STORAGE
DISK
ENGINE
=
NDB
;
insert
into
test
.
t1
(
a
,
b
,
c
,
d
)
values
(
1
,
'a'
,
'Jonas'
,
1
),(
2
,
'b'
,
'Tomas'
,
2
),
(
3
,
'c'
,
'Pekka'
,
3
),(
4
,
'd'
,
'Martin'
,
4
),(
1
,
'e'
,
'Stewart'
,
5
),(
2
,
'f'
,
'Jeb'
,
6
),
(
3
,
'g'
,
'Serge'
,
7
),(
4
,
'h'
,
'Clavin'
,
8
);
select
distinct
a
from
test
.
t1
group
by
b
,
a
having
a
>
2
order
by
a
desc
;
(
3
,
'c'
,
'Pekka'
,
3
),(
4
,
'd'
,
'Martin'
,
4
),(
5
,
'e'
,
'Stewart'
,
5
),(
6
,
'f'
,
'Jeb'
,
6
),
(
7
,
'g'
,
'Serge'
,
7
),(
8
,
'h'
,
'Clavin'
,
8
);
select
distinct
a
from
test
.
t1
group
by
b
,
a
having
a
>
4
order
by
a
desc
;
select
distinct
a
,
c
from
test
.
t1
group
by
b
,
c
,
a
having
a
>
2
order
by
a
desc
;
select
distinct
a
from
test
.
t1
group
by
b
,
a
having
a
>
2
order
by
a
asc
;
select
distinct
a
,
c
from
test
.
t1
group
by
b
,
c
,
a
having
a
>
2
order
by
a
asc
;
select
distinct
a
from
test
.
t1
group
by
b
,
a
having
a
>
1
order
by
a
asc
;
select
distinct
a
,
c
from
test
.
t1
group
by
b
,
c
,
a
having
a
>
3
order
by
a
asc
;
drop
table
test
.
t1
;
create
table
test
.
t1
(
a
char
(
1
),
key
(
a
))
TABLESPACE
table_space1
...
...
mysql-test/t/ndb_dd_sql_features.test
View file @
03f2add9
...
...
@@ -49,13 +49,13 @@ DROP TABLE IF EXISTS test.t3;
CREATE
TABLESPACE
ts1
ADD
DATAFILE
'./table_space1/datafile.dat'
USE
LOGFILE
GROUP lg
INITIAL_SIZE 2
0
M
INITIAL_SIZE 2
5
M
ENGINE NDB
;
CREATE
TABLESPACE
ts2
ADD
DATAFILE
'./table_space2/datafile.dat'
USE
LOGFILE
GROUP lg
INITIAL_SIZE
12
M
INITIAL_SIZE
20
M
ENGINE NDB
;
CREATE
TABLE
test
.
t1
(
a1
int
NOT
NULL
PRIMARY
KEY
,
a2
VARCHAR
(
256
),
a3
BLOB
)
...
...
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