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
e4bffe61
Commit
e4bffe61
authored
Sep 12, 2012
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test results after last cset
parent
a3f33268
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
mysql-test/r/cassandra.result
mysql-test/r/cassandra.result
+8
-1
mysql-test/t/cassandra.test
mysql-test/t/cassandra.test
+1
-0
No files found.
mysql-test/r/cassandra.result
View file @
e4bffe61
...
...
@@ -266,7 +266,7 @@ rowkey col1
9b5658dc-f32f-11e1-94cd-f46d046e9f09 1234
delete from t2;
drop table t2;
CREATE TABLE t2 (rowkey int PRIMARY KEY, boolcol
varchar(12)
) ENGINE=CASSANDRA
CREATE TABLE t2 (rowkey int PRIMARY KEY, boolcol
bool
) ENGINE=CASSANDRA
thrift_host='localhost' keyspace='mariadbtest2' column_family = 'cf7';
insert into t2 values (0, 0);
insert into t2 values (1, 1);
...
...
@@ -276,3 +276,10 @@ rowkey boolcol
1 1
delete from t2;
drop table t2;
CREATE TABLE t2 (rowkey varchar(32) PRIMARY KEY, countercol bigint) ENGINE=CASSANDRA
thrift_host='localhost' keyspace='mariadbtest2' column_family = 'cf8';
select * from t2;
rowkey countercol
cnt1 1
cnt2 100
drop table t2;
mysql-test/t/cassandra.test
View file @
e4bffe61
...
...
@@ -371,6 +371,7 @@ drop table t2;
CREATE
TABLE
t2
(
rowkey
varchar
(
32
)
PRIMARY
KEY
,
countercol
bigint
)
ENGINE
=
CASSANDRA
thrift_host
=
'localhost'
keyspace
=
'mariadbtest2'
column_family
=
'cf8'
;
select
*
from
t2
;
drop
table
t2
;
############################################################################
## Cassandra cleanup
...
...
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