You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
# -------------------------------------------------------------- #
|
|
# Test case migrated from regression test suite: bug3283.sql
|
|
#
|
|
# Author: Daniel Lee, daniel.lee@mariadb.com
|
|
# -------------------------------------------------------------- #
|
|
#
|
|
--source ../include/have_columnstore.inc
|
|
--source ../include/functions.inc
|
|
#
|
|
USE tpch1;
|
|
#
|
|
# Negative test case for attempting to drop a non-existent partition.
|
|
select caldroppartitions('lineitem', '4.1.1');
|
|
select caldisablepartitions('lineitem', '4.1.1');
|
|
--source ../include/drop_functions.inc
|
|
#
|
|
|