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
1a3065b5
Commit
1a3065b5
authored
Mar 14, 2017
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MariaRocks: make rocksdb.issue495 declare it uses partitioning
parent
3eb8bc74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
storage/rocksdb/mysql-test/rocksdb/r/issue495.result
storage/rocksdb/mysql-test/rocksdb/r/issue495.result
+0
-2
storage/rocksdb/mysql-test/rocksdb/t/issue495.test
storage/rocksdb/mysql-test/rocksdb/t/issue495.test
+4
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/r/issue495.result
View file @
1a3065b5
drop table if exists t;
Warnings:
Note 1051 Unknown table 'test.t'
create table t (
a int,
b int,
...
...
storage/rocksdb/mysql-test/rocksdb/t/issue495.test
View file @
1a3065b5
--
source
include
/
have_partition
.
inc
--
disable_warnings
drop
table
if
exists
t
;
--
enable_warnings
create
table
t
(
a
int
,
b
int
,
...
...
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