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
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
# -------------------------------------------------------------- #
|
|
# Test case migrated from regression test suite: mcol1642.sql
|
|
#
|
|
# Author: Daniel Lee, daniel.lee@mariadb.com
|
|
# -------------------------------------------------------------- #
|
|
#
|
|
--source ../include/have_columnstore.inc
|
|
--source ../include/functions.inc
|
|
#
|
|
USE tpch1;
|
|
#
|
|
select mcsSystemPrimary() as a;
|
|
#
|
|
--source ../include/drop_functions.inc
|