Commit 1a3065b5 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks: make rocksdb.issue495 declare it uses partitioning

parent 3eb8bc74
drop table if exists t;
Warnings:
Note 1051 Unknown table 'test.t'
create table t (
a int,
b int,
......
--source include/have_partition.inc
--disable_warnings
drop table if exists t;
--enable_warnings
create table t (
a int,
b int,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment