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:
@@ -1,6 +1,4 @@
|
||||
drop table if exists t;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'test.t'
|
||||
create table t (
|
||||
a int,
|
||||
b int,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user