1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

MariaRocks: make rocksdb.issue495 declare it uses partitioning

This commit is contained in:
Sergei Petrunia
2017-03-14 12:23:08 +03:00
parent 3eb8bc7408
commit 1a3065b51a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,4 @@
drop table if exists t;
Warnings:
Note 1051 Unknown table 'test.t'
create table t (
a int,
b int,

View File

@@ -1,4 +1,8 @@
--source include/have_partition.inc
--disable_warnings
drop table if exists t;
--enable_warnings
create table t (
a int,
b int,