1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Moved one more test case to 1pmonly folder

This commit is contained in:
root
2022-12-02 14:30:43 +00:00
parent 945736cc1f
commit c0d772559e
2 changed files with 0 additions and 0 deletions

View File

@ -1,11 +0,0 @@
DROP DATABASE IF EXISTS mcs49_db;
CREATE DATABASE mcs49_db;
USE mcs49_db;
CREATE TABLE t1(col1 INT, col2 INT, col3 CHAR(8)) ENGINE=Columnstore;
SELECT COUNT(*) FROM t1;
COUNT(*)
100001
SELECT 100001 = 100001;
100001 = 100001
1
DROP DATABASE mcs49_db;